mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 16:32:57 -03:00
1.8.3 - Fix large status buttons in vanilla mastodon
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/* Update 1.8.1
|
||||
- Revert to side nav when browser doesn't support :has()
|
||||
/* Update 1.8.3
|
||||
- Fix large status buttons in vanilla mastodon w/ new icons
|
||||
*/
|
||||
|
||||
/* ==UserStyle==
|
||||
@name Mastodon Modern
|
||||
@version 1.8.1
|
||||
@version 1.8.3
|
||||
@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
|
||||
@@ -1810,8 +1810,6 @@
|
||||
gap 0 18px
|
||||
justify-content unset
|
||||
:not(i) {
|
||||
height unset !important
|
||||
width unset !important
|
||||
pointer-events all
|
||||
}
|
||||
.icon-button {
|
||||
@@ -2640,7 +2638,7 @@
|
||||
.ui__header {
|
||||
// position static !important
|
||||
// visibility collapse
|
||||
z-index 200
|
||||
z-index 199
|
||||
&::before, &::after {
|
||||
content ""
|
||||
position fixed
|
||||
@@ -3400,6 +3398,12 @@
|
||||
content unset
|
||||
}
|
||||
}
|
||||
.status__action-bar, .detailed-status__action-bar, .picture-in-picture__footer {
|
||||
:not(i) {
|
||||
height unset !important
|
||||
width unset !important
|
||||
}
|
||||
}
|
||||
&.muted {
|
||||
.status__content__text ~ * {
|
||||
display none
|
||||
|
||||
Reference in New Issue
Block a user