misc: 폰트 설정이 다르더라도 툴바 버튼 줄 수 유지
This commit is contained in:
@@ -530,6 +530,10 @@ watch(refreshCounter, async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.generalCommandToolbar{
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
@include media-500px {
|
@include media-500px {
|
||||||
#outBlock {
|
#outBlock {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ function splitClick(menu: MenuItem) {
|
|||||||
.global-menu {
|
.global-menu {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.1rem;
|
gap: 0.1rem;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-1000px {
|
@include media-1000px {
|
||||||
|
|||||||
Reference in New Issue
Block a user