misc: 폰트 설정이 다르더라도 툴바 버튼 줄 수 유지

This commit is contained in:
2023-03-20 01:13:21 +09:00
parent fbe5739d82
commit 1eba863cc4
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -530,6 +530,10 @@ watch(refreshCounter, async () => {
}
}
.generalCommandToolbar{
white-space: nowrap;
}
@include media-500px {
#outBlock {
position: absolute;
+1
View File
@@ -139,6 +139,7 @@ function splitClick(menu: MenuItem) {
.global-menu {
display: grid;
gap: 0.1rem;
white-space: nowrap;
}
@include media-1000px {