1.5.5 - fix #2

This commit is contained in:
Freeplay
2023-01-25 18:13:30 -05:00
parent 44cca3bf1f
commit 1c730a33cb
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -37,11 +37,13 @@
- Restyled 'show more' button - Restyled 'show more' button
*//* 1.5.4 *//* 1.5.4
- Fixed popup player showing behind some elements - Fixed popup player showing behind some elements
*//* 1.5.5
- Fix unclickable x button in reply indicator
*/ */
/* ==UserStyle== /* ==UserStyle==
@name Mastodon Modern @name Mastodon Modern
@version 1.5.4 @version 1.5.5
@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
@@ -366,6 +368,7 @@
.compose-form { .compose-form {
height 0 height 0
.reply-indicator { .reply-indicator {
position relative
transition min-height .1s transition min-height .1s
} }
.reply-indicator__display-name { .reply-indicator__display-name {