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 // 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. /* Update 1.0.15
- Mobile fixes! - Minor 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.
*/ */
:root { :root {
@ -158,7 +156,7 @@ a[rel*="nofollow"]:not(.ui), .link:not(.ui) {
background: var(--color-body); background: var(--color-body);
color: var(--color-text); color: var(--color-text);
box-shadow: var(--lt-shadowDefault) !important; box-shadow: var(--lt-shadowDefault) !important;
border: 1px solid var(--color-secondary); // border: 1px solid var(--color-secondary);
pointer-events: none; pointer-events: none;
z-index: 9999999; z-index: 9999999;
&::before { &::before {
@ -526,7 +524,7 @@ html {
.right { .right {
position: sticky; position: sticky;
right: 1%; right: 1%;
background-color: var(--color-navbar); background: none !important;
box-shadow: 100px 0px 0 var(--color-navbar); box-shadow: 100px 0px 0 var(--color-navbar);
width: 100%; width: 100%;
min-width: max-content; min-width: max-content;

View file

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