hacer botones de menubar más grandes

This commit is contained in:
Cat /dev/Nulo 2023-04-18 09:42:26 -03:00
parent 728ddcfe31
commit bb92880688
2 changed files with 13 additions and 8 deletions

View file

@ -21,3 +21,16 @@
<ListItem {view} {state} kind={ListKind.Ordered} /> <ListItem {view} {state} kind={ListKind.Ordered} />
<BlockQuoteItem {view} {state} /> <BlockQuoteItem {view} {state} />
</div> </div>
<style>
.menubar {
position: sticky;
top: 0px;
z-index: 69;
display: flex;
background: var(--background, white);
border-bottom: 1px solid var(--accent-bg);
}
</style>

View file

@ -9,14 +9,6 @@
box-sizing: border-box; box-sizing: border-box;
} }
.editor .menubar {
position: sticky;
top: 0px;
z-index: 69;
background: var(--background, white);
border-bottom: 1px solid var(--accent-bg);
}
.editor .menubar button { .editor .menubar button {
appearance: none; appearance: none;
background: none; background: none;