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
@@ -21,7 +21,8 @@
|
||||
}
|
||||
|
||||
&:not(.select) {
|
||||
th, td {
|
||||
th,
|
||||
td {
|
||||
&:first-of-type {
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
@@ -31,7 +32,7 @@
|
||||
|
||||
.ui.header,
|
||||
.ui.segment {
|
||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
|
||||
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
||||
}
|
||||
|
||||
&.user {
|
||||
|
Reference in New Issue
Block a user