mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
4b3b3f8c85
commit
734fdda6fb
1 changed files with 9 additions and 3 deletions
|
|
@ -941,9 +941,15 @@
|
|||
align-items: center;
|
||||
|
||||
.b3-chip {
|
||||
padding: 2px 6px;
|
||||
line-height: calc(1.625em - 6px);
|
||||
padding: 0 6px;
|
||||
line-height: 1.625;
|
||||
font-size: 87.5%;
|
||||
float: left;
|
||||
margin-right: 8px;
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
& + .av__body .av__gallery {
|
||||
|
|
@ -954,7 +960,7 @@
|
|||
&-counter {
|
||||
font-size: 87.5%;
|
||||
color: var(--b3-theme-on-surface-light);
|
||||
margin: 0 8px;
|
||||
margin: 0 8px 0 16px;
|
||||
}
|
||||
|
||||
&-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue