mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
b1a00c6ebd
commit
a0b238075d
8 changed files with 174 additions and 7 deletions
|
|
@ -972,6 +972,25 @@
|
|||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
&__kanban {
|
||||
overflow: auto;
|
||||
gap: 16px;
|
||||
padding: 0 1px 16px;
|
||||
display: flex;
|
||||
|
||||
&-group {
|
||||
width: 260px;
|
||||
|
||||
&--small {
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
&--big {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
img.av__cellassetimg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue