1
0
Fork 0
mirror of https://git.sr.ht/~azikx/userstyles synced 2024-10-30 07:06:19 +00:00

update 

This commit is contained in:
azikx 2024-10-08 21:49:51 +09:00
parent f199a3c95e
commit 523cd53c16

View file

@ -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;