mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 19:18:06 +01:00
This commit is contained in:
parent
afe9b60444
commit
fe907598d7
3 changed files with 6 additions and 4 deletions
|
|
@ -43,14 +43,14 @@
|
|||
|
||||
.b3-menu {
|
||||
&__submenu {
|
||||
top: 48.5px;
|
||||
top: 49.5px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
max-height: none;
|
||||
right: 0;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
padding: 24px 0;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
|
||||
& > .b3-menu__item:first-child {
|
||||
|
|
@ -284,7 +284,7 @@
|
|||
border: 1px solid var(--b3-theme-surface-lighter);
|
||||
border-radius: var(--b3-border-radius-b);
|
||||
background-color: var(--b3-menu-background);
|
||||
padding: 8px;
|
||||
padding: 8px 0;
|
||||
position: fixed;
|
||||
box-shadow: var(--b3-dialog-shadow);
|
||||
z-index: 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue