mirror of
https://git.sr.ht/~azikx/userstyles
synced 2024-10-30 05:16:19 +00:00
update
This commit is contained in:
parent
f199a3c95e
commit
523cd53c16
|
@ -1,7 +1,7 @@
|
|||
/* ==UserStyle==
|
||||
@name Forgejo dual columns
|
||||
@namespace github.com/openstyles/stylus
|
||||
@version 1.0.3
|
||||
@version 1.0.4
|
||||
@description Github esque dual column layout for forgejo (and gitea and gogs)
|
||||
@author Whey
|
||||
==/UserStyle== */
|
||||
|
@ -22,6 +22,14 @@ domain("dev.sum7.eu"), domain("notabug.org") {
|
|||
--Layout-gutter: 24px;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
&.repository.file.list>.ui.container {
|
||||
&>.repo-description {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui.tabular.menu.navbar .item {
|
||||
border-bottom-width: 3px;
|
||||
border-bottom-color: transparent;
|
||||
|
|
Loading…
Reference in a new issue