hot fix two because how do i miss stuff like this

This commit is contained in:
Free
2023-07-27 16:38:14 +00:00
parent 103d8f3398
commit ac89a76eda

View File

@@ -21,7 +21,7 @@
/* ==UserStyle== /* ==UserStyle==
@name Mastodon Modern @name Mastodon Modern
@version 1.6.1 @version 1.6.2
@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
@@ -1528,6 +1528,10 @@
margin var(--radius) margin var(--radius)
} }
} }
.detailed-status__wrapper {
border-radius var(--radius)
overflow clip
}
.detailed-status { .detailed-status {
border 0 !important border 0 !important
padding 15px !important padding 15px !important
@@ -1545,7 +1549,6 @@
} }
.detailed-status__wrapper, .detailed-status, .picture-in-picture { .detailed-status__wrapper, .detailed-status, .picture-in-picture {
box-shadow var(--shadow) box-shadow var(--shadow)
border-radius var(--radius)
{media} { {media} {
margin-inline 0 !important margin-inline 0 !important
max-height unset !important max-height unset !important