mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 11:28:27 +00:00
Add less linter via npx (#6936)
This commit is contained in:
committed by
Lunny Xiao
parent
c0fc6cd9a8
commit
3957b40021
@@ -71,7 +71,7 @@
|
||||
|
||||
.dashboard-navbar {
|
||||
width: 100vw;
|
||||
padding: 0 .5rem;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
|
||||
li {
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid #EAEAEA;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
|
||||
&.private {
|
||||
@@ -154,7 +154,7 @@
|
||||
display: block;
|
||||
|
||||
.octicon {
|
||||
color: #888;
|
||||
color: #888888;
|
||||
|
||||
&.rear {
|
||||
font-size: 15px;
|
||||
|
Reference in New Issue
Block a user