forked from kevadesu/forgejo
minor fix on icon
This commit is contained in:
parent
32c12d553c
commit
03ea29eb36
3 changed files with 18 additions and 9 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -70,10 +70,19 @@ pre {
|
|||
background-color: rgb(233, 233, 233)!important;
|
||||
}
|
||||
}
|
||||
.octicon {
|
||||
.text .octicon {
|
||||
width: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
.right.menu {
|
||||
.menu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
.dropdown .menu {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ui {
|
||||
&.left {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue