mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 catch plugin load
This commit is contained in:
parent
e7288185be
commit
dc1941da3c
1 changed files with 10 additions and 0 deletions
|
|
@ -249,6 +249,16 @@
|
||||||
z-index: 220;
|
z-index: 220;
|
||||||
transform: translateX(100vw);
|
transform: translateX(100vw);
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
|
// for plugin
|
||||||
|
.b3-menu__item > svg:not(.b3-menu__icon) {
|
||||||
|
height: 17px;
|
||||||
|
width: 17px;
|
||||||
|
margin: 0 16px 0 8px;
|
||||||
|
border-radius: 4px;
|
||||||
|
align-self: center;
|
||||||
|
color: var(--b3-theme-on-surface);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.keyboard {
|
.keyboard {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue