mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
adjust icon css
This commit is contained in:
@@ -84,9 +84,6 @@ pre {
|
||||
}
|
||||
}
|
||||
}
|
||||
i.icon {
|
||||
margin-right: 0!important;
|
||||
}
|
||||
.ui {
|
||||
&.left {
|
||||
float: left;
|
||||
|
@@ -14,9 +14,14 @@
|
||||
.filter.menu {
|
||||
.item {
|
||||
text-align: left;
|
||||
.text {
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.floating.label {
|
||||
top: 7px;
|
||||
left: 95%;
|
||||
left: 90%;
|
||||
width: 15%;
|
||||
}
|
||||
}
|
||||
.item.active {
|
||||
@@ -24,7 +29,7 @@
|
||||
color: #FFF;
|
||||
}
|
||||
.item .text {
|
||||
width: 90%;
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
.ui.right .head.menu {
|
||||
@@ -33,5 +38,10 @@
|
||||
color: #d9453d;
|
||||
}
|
||||
}
|
||||
.head.menu {
|
||||
.octicon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user