Adjust css to fit new buttons

This commit is contained in:
d-ber 2024-08-15 16:33:19 +02:00
parent d3ce9ea0d5
commit 1af51fc129
2 changed files with 2 additions and 2 deletions

View File

@ -99,6 +99,6 @@
} }
#bulk_tag_shadow_popup #bulk_tag_popup #dialogue_popup_controls .menu_button { #bulk_tag_shadow_popup #bulk_tag_popup #dialogue_popup_controls .menu_button {
width: 100px; width: unset;
padding: 0.25em; padding: 0.25em;
} }

View File

@ -3195,7 +3195,7 @@ grammarly-extension {
#bulk_tag_popup, #bulk_tag_popup,
#dialogue_popup { #dialogue_popup {
width: 500px; width: 750px;
max-width: 90vw; max-width: 90vw;
max-width: 90dvw; max-width: 90dvw;
position: absolute; position: absolute;