hacer botones de menubar más grandes
This commit is contained in:
parent
728ddcfe31
commit
bb92880688
2 changed files with 13 additions and 8 deletions
|
@ -21,3 +21,16 @@
|
|||
<ListItem {view} {state} kind={ListKind.Ordered} />
|
||||
<BlockQuoteItem {view} {state} />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.menubar {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
z-index: 69;
|
||||
|
||||
display: flex;
|
||||
|
||||
background: var(--background, white);
|
||||
border-bottom: 1px solid var(--accent-bg);
|
||||
}
|
||||
</style>
|
|
@ -9,14 +9,6 @@
|
|||
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 {
|
||||
appearance: none;
|
||||
background: none;
|
||||
|
|
Loading…
Reference in a new issue