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