forked from forgejo/forgejo
Remove box-shadow from UI, fix dashboard issue (#3065)
This commit is contained in:
parent
ef5364950b
commit
4947cfb7b0
4 changed files with 13 additions and 2 deletions
|
@ -48,6 +48,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Accomodate for Semantic's 1px hacks on .attached elements */
|
||||
.dashboard-repos {
|
||||
margin: 0 1px;
|
||||
}
|
||||
}
|
||||
|
||||
&.feeds {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue