修改default主题 (#334)

* 修改国旗图标为4*3的大国旗

* Update main.css
This commit is contained in:
wang
2024-03-24 13:34:08 +08:00
committed by GitHub
parent 460483fdef
commit 1e27fb9413
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -10,6 +10,14 @@
.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui) {
margin-top:0.4em !important;
}
.ui.card>.content>.header,.ui.cards>.card>.content>.header {
padding-top: 0.5rem;
display: flex;
color: rgba(0, 0, 0, .85);
align-items: center;
padding-bottom: .2em;
border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.ui.menu .item>img:not(.ui){
width: 2.2rem;
}
@@ -215,4 +223,4 @@ td {
.ui-alerts.top-center {
z-index: 99999999;
}
}