mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 16:32:57 -03:00
1.7.1 - hotfix.
This commit is contained in:
15
modern.css
15
modern.css
@@ -3324,7 +3324,8 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a {
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a,
|
||||||
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational h4 > span {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
@@ -3334,23 +3335,27 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: max-content;
|
min-width: max-content;
|
||||||
}
|
}
|
||||||
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a i {
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a i,
|
||||||
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational h4 > span i {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a.active {
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a.active,
|
||||||
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational h4 > span.active {
|
||||||
padding-inline: 1.2em;
|
padding-inline: 1.2em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a.active::before {
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a.active::before,
|
||||||
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational h4 > span.active::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: currentcolor;
|
background: currentcolor;
|
||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a > span:not(:first-child) {
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational a > span:not(:first-child),
|
||||||
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational h4 > span > span:not(:first-child) {
|
||||||
margin-left: 0.7em;
|
margin-left: 0.7em;
|
||||||
}
|
}
|
||||||
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational span {
|
#mastodon:has(.navigation-panel__sign-in-banner) .columns-area__panels__pane--navigational span {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Mastodon Modern
|
@name Mastodon Modern
|
||||||
@version 1.7.0
|
@version 1.7.1
|
||||||
@description Drastically improves the look & feel of Mastodon
|
@description Drastically improves the look & feel of Mastodon
|
||||||
@updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
|
@updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
|
||||||
@homepageURL https://codeberg.org/Freeplay/Mastodon-Modern
|
@homepageURL https://codeberg.org/Freeplay/Mastodon-Modern
|
||||||
@@ -2545,7 +2545,7 @@
|
|||||||
z-index 3
|
z-index 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a, h4 > span {
|
||||||
// background var(--elevated-color)
|
// background var(--elevated-color)
|
||||||
position relative
|
position relative
|
||||||
overflow hidden
|
overflow hidden
|
||||||
|
|||||||
Reference in New Issue
Block a user