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

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,7 @@
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
/* Update 1.0.14
- Screw table. Literaly any other display property is my new best friend.
- Mobile fixes!
- Fixed dashboard when JS is disabled.
- Moved Pfp's inside of comments. Mostly for compatability on mobile, but it's fine on desktop, too.
/* Update 1.0.15
- Minor Fixes
*/
:root {
@ -158,7 +156,7 @@ a[rel*="nofollow"]:not(.ui), .link:not(.ui) {
background: var(--color-body);
color: var(--color-text);
box-shadow: var(--lt-shadowDefault) !important;
border: 1px solid var(--color-secondary);
// border: 1px solid var(--color-secondary);
pointer-events: none;
z-index: 9999999;
&::before {
@ -526,7 +524,7 @@ html {
.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;

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;