mirror of
https://github.com/cosmocode/dokuwiki-plugin-prosemirror.git
synced 2025-07-23 05:12:43 +00:00
Smaller menu icons, overflow fixes
Menu buttons and smileys wrap instead of overflowing
This commit is contained in:
@ -1,16 +1,13 @@
|
||||
@menuitem_size: 2.5em;
|
||||
@menuicon_size: 1.5em;
|
||||
@menu_padding: 0.5em;
|
||||
@menuitem_size: 2em;
|
||||
@menuicon_size: 1.2em;
|
||||
@menu_padding: 0.1em;
|
||||
|
||||
.prosemirror_wrapper {
|
||||
position: relative;
|
||||
padding-top: @menuitem_size;
|
||||
}
|
||||
|
||||
.menubar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: flex;
|
||||
background: @ini_background;
|
||||
|
||||
.menuicon {
|
||||
@ -98,5 +95,9 @@
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user