mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10: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;
|
align-items: center;
|
||||||
|
|
||||||
.b3-chip {
|
.b3-chip {
|
||||||
padding: 2px 6px;
|
padding: 0 6px;
|
||||||
line-height: calc(1.625em - 6px);
|
line-height: 1.625;
|
||||||
font-size: 87.5%;
|
font-size: 87.5%;
|
||||||
|
float: left;
|
||||||
|
margin-right: 8px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& + .av__body .av__gallery {
|
& + .av__body .av__gallery {
|
||||||
|
|
@ -954,7 +960,7 @@
|
||||||
&-counter {
|
&-counter {
|
||||||
font-size: 87.5%;
|
font-size: 87.5%;
|
||||||
color: var(--b3-theme-on-surface-light);
|
color: var(--b3-theme-on-surface-light);
|
||||||
margin: 0 8px;
|
margin: 0 8px 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-icon {
|
&-icon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue