用户:AudioPlayer17/Style2.css:修订间差异
来自Limbo Wiki Mirror
| 无编辑摘要 | 小 已从limbowiki:用户:AudioPlayer17/Style2.css导入6个版本 | ||
| (未显示1个用户的2个中间版本) | |||
| 第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{ | ||
| .tab[data-mode="collection"] > .texts > div{ | |||
| 	min-width:unset; | 	min-width:unset; | ||
| 	min-height:unset; | 	min-height:unset; | ||
2025年6月25日 (三) 23:20的最新版本
.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;
}
