mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 12:22:11 +00:00
Upgrade octicon to 4.3.0
This commit is contained in:
parent
c083d76567
commit
971e2c3bd6
32 changed files with 536 additions and 514 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
.head {
|
||||
.column {
|
||||
padding-top: 5px!important;
|
||||
padding-bottom: 5px!important;
|
||||
padding-top: 5px !important;
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
.ui.compact.menu {
|
||||
margin-left: 1rem;
|
||||
|
@ -30,6 +30,10 @@
|
|||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.octicon.octicon-repo-forked {
|
||||
margin-top: -1px;
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
@ -79,6 +83,9 @@
|
|||
.ui.tabs.divider {
|
||||
border-bottom: none;
|
||||
}
|
||||
.ui.tabular .octicon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
.filter.menu {
|
||||
.label.color {
|
||||
|
@ -170,9 +177,12 @@
|
|||
}
|
||||
}
|
||||
tbody {
|
||||
.icon {
|
||||
.octicon {
|
||||
margin-left: 3px;
|
||||
margin-right: 5px;
|
||||
&.octicon-mail-reply {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue