Adjust css to fit new buttons
This commit is contained in:
parent
d3ce9ea0d5
commit
1af51fc129
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue