用户:AudioPlayer17/Style2.css:修订间差异
来自Limbo Wiki Mirror
小无编辑摘要 |
小无编辑摘要 |
||
| 第11行: | 第11行: | ||
flex-grow:1; | flex-grow:1; | ||
padding:0.5em; | padding:0.5em; | ||
background: #F2F2F2; | |||
border: 2px solid black; | |||
border-left: 0; | |||
} | } | ||
body.webfonts-changed .tab[data-mode="collection"] > .texts > div{ | body.webfonts-changed .tab[data-mode="collection"] > .texts > div{ | ||
2024年11月28日 (四) 12:51的版本
.tab[data-mode="collection"] {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.tab[data-mode="collection"] .tabs {
display: flex;
flex-direction: column;
}
.tab[data-mode="collection"] .texts {
flex-grow:1;
padding:0.5em;
background: #F2F2F2;
border: 2px solid black;
border-left: 0;
}
body.webfonts-changed .tab[data-mode="collection"] > .texts > div{
min-width:unset;
min-height:unset;
padding:unset;
border:unset;
border-color:unset;
background-color:unset;
}
