用户:AudioPlayer17/Style2.css:修订间差异
来自Limbo Wiki Mirror
|  AudioPlayer17将页面用户:AudioPlayer17/Style2.css的内容模型从“CSS”更改为“已过滤的CSS” | 无编辑摘要 | ||
| 第1行: | 第1行: | ||
| .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; | |||
| } | |||
2024年11月28日 (四) 12:15的版本
.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;
}
