1.0.15 - Minor Fixes

This commit is contained in:
Freeplay
2022-03-15 17:23:09 -04:00
parent 144392e267
commit e95ecaa113
3 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,6 @@
/* ==UserStyle==
@name Gitea Modern
@version 1.0.14
@version 1.0.15
@description A modern style for Gitea and Codeberg!
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
@ -157,7 +157,6 @@
background: var(--color-body);
color: var(--color-text);
box-shadow: var(--lt-shadowDefault) !important;
border: 1px solid var(--color-secondary);
pointer-events: none;
z-index: 9999999;
}
@ -487,7 +486,7 @@
.following.bar #navbar .right {
position: sticky;
right: 1%;
background-color: var(--color-navbar);
background: none !important;
box-shadow: 100px 0px 0 var(--color-navbar);
width: 100%;
min-width: max-content;