mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 09:48:50 +01:00
11 lines
193 B
SCSS
11 lines
193 B
SCSS
.b3-tab-container {
|
|
overflow: auto;
|
|
box-sizing: border-box;
|
|
flex: 1;
|
|
background-color: var(--b3-theme-background);
|
|
|
|
.b3-label {
|
|
padding: 16px 0;
|
|
margin: 0 24px;
|
|
}
|
|
}
|