- Minimize Mastodon's timeline flickering that was amplified by Modern D:
- Comment out empty accent variable
This commit is contained in:
freeplay
2023-08-18 15:18:41 -04:00
parent a927bb2911
commit 4dc1472f4b
2 changed files with 5 additions and 20 deletions

View File

@@ -9,7 +9,6 @@
--shadow: 0 10px 40px -10px rgba(0,0,0,0.15);
--shadow-low: 0 8px 16px -10px rgba(0,0,0,0.4);
--shadow-med: 0 8px 60px -30px rgba(0,0,0,0.1);
--accent
}
:not(body):not(.scrollable)::-webkit-scrollbar {
width: 6px;
@@ -467,12 +466,6 @@ a:focus-visible,
transition: padding 0.4s;
--top: 20px;
}
.columns-area__panels__pane {
height: unset !important;
}
.columns-area__panels__pane .columns-area__panels__pane__inner {
height: calc(100% + 20px) !important;
}
}
@media (min-width: 1320px) {
.columns-area__panels {

View File

@@ -13,16 +13,14 @@
////////////////////////////////////////////////////////////////////
/* Update 1.6.12
- Highlight mention only posts
- fix post preview in dropdowns
- accent variable, not applied everywhere
- fixes & tweaks, as always
/* Update 1.6.13
- Minimize Mastodon's timeline flickering that was amplified by Modern D:
- Comment out empty accent variable
*/
/* ==UserStyle==
@name Mastodon Modern
@version 1.6.12
@version 1.6.13
@description Drastically improves the look & feel of Mastodon
@updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
@homepageURL https://codeberg.org/Freeplay/Mastodon-Modern
@@ -57,7 +55,7 @@
--shadow-low 0 8px 16px -10px rgba(0,0,0,0.4)
--shadow-med 0 8px 60px -30px rgba(0,0,0,0.1)
--accent // not applied everywhere, just for if you have custom color scheme and want to match it
// --accent // not applied everywhere, just for if you have custom color scheme and want to match it
}
:not(body):not(.scrollable) {
@@ -335,12 +333,6 @@
transition padding .4s
--top 20px
}
.columns-area__panels__pane {
height unset !important
.columns-area__panels__pane__inner {
height calc(100% + 20px) !important
}
}
}
@media (min-width responsiveW1) {
.columns-area__panels {