mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 08:22:57 -03:00
hotfix - fix vertical status buttons in selected post
This commit is contained in:
11
modern.css
11
modern.css
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user