fixed tobar display on screens <1000px wide

This commit is contained in:
RossAscends
2023-04-12 21:21:21 +09:00
parent 13585273a4
commit 83982cf1fc

View File

@@ -3201,7 +3201,8 @@ toolcool-color-picker {
#top-settings-holder {
width: 100svw;
position: fixed;
min-width: 100svw;
max-width: 100svw;
}