hotfix - fix vertical status buttons in selected post

This commit is contained in:
Freeplay
2023-11-25 21:48:58 -05:00
parent ca7fc89b47
commit 20af2d47cb
2 changed files with 5 additions and 21 deletions

View File

@@ -2717,16 +2717,7 @@ a:focus-visible,
#mastodon .picture-in-picture__footer.picture-in-picture__footer > div {
display: flex;
justify-content: center;
width: 100%;
}
#mastodon .status__action-bar.detailed-status__action-bar > div :not(i),
#mastodon .detailed-status__action-bar.detailed-status__action-bar > div :not(i),
#mastodon .picture-in-picture__footer.detailed-status__action-bar > div :not(i),
#mastodon .status__action-bar.picture-in-picture__footer > div :not(i),
#mastodon .detailed-status__action-bar.picture-in-picture__footer > div :not(i),
#mastodon .picture-in-picture__footer.picture-in-picture__footer > div :not(i) {
display: flex;
width: 100% !important;
flex-grow: 1;
}
#mastodon .status__action-bar.picture-in-picture__footer .icon-button::after,
#mastodon .detailed-status__action-bar.picture-in-picture__footer .icon-button::after,

View File

@@ -13,16 +13,13 @@
////////////////////////////////////////////////////////////////////
/* Update 1.8.4
- Fix misplaced menu button on statuses
- Tweaks
Advanced view:
- Fixed People tab in Explore
/* Hotfix 1.8.5
- Fixed vertical status buttons in selected post
*/
/* ==UserStyle==
@name Mastodon Modern
@version 1.8.4
@version 1.8.5
@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
@@ -1854,11 +1851,7 @@ Advanced view:
> div {
display flex
justify-content center
width 100%
:not(i) {
display flex
width 100% !important
}
flex-grow 1
}
}
&.picture-in-picture__footer {