mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 09:14:20 +01:00
This commit is contained in:
parent
e92c8e95c9
commit
6894c1690e
2 changed files with 6 additions and 9 deletions
|
|
@ -111,15 +111,16 @@
|
|||
box-sizing: border-box;
|
||||
|
||||
&__bar {
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
transition: var(--b3-transition);
|
||||
margin-right: 8px;
|
||||
max-height: 60px;
|
||||
min-height: 30px;
|
||||
overflow: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&--hide {
|
||||
opacity: 0;
|
||||
transition: 1s;
|
||||
|
|
@ -140,7 +141,7 @@
|
|||
}
|
||||
|
||||
&__text--ellipsis {
|
||||
width: 23px;
|
||||
width: 112px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue