mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-07 22:47:49 +08:00
14 lines
162 B
SCSS
14 lines
162 B
SCSS
|
.mind-toolbar-dropdown-wrapper {
|
||
|
width: 100%;
|
||
|
|
||
|
button {
|
||
|
width: 100%;
|
||
|
padding-left: 8px;
|
||
|
padding-right: 8px;
|
||
|
|
||
|
.dashicon {
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
}
|
||
|
}
|