fix: 메인 화면 오동작 요소 수정
- 설문조사 항목 표기 - 설문조사 항목 marquee로 틀어짐(제거) - 1000xp 모드에서 도시 툴팁 가려지는 문제 수정정
This commit is contained in:
+12
-4
@@ -69,6 +69,12 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.vote-cell {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
#map_view {
|
||||
grid-template-columns: 700px 300px;
|
||||
@@ -101,7 +107,7 @@ body {
|
||||
|
||||
.commandPad {
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
z-index: 7;
|
||||
}
|
||||
|
||||
|
||||
@@ -153,7 +159,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
#nation-msg-box{
|
||||
#nation-msg-box {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -433,13 +439,15 @@ body {
|
||||
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
#mailbox_list-col{
|
||||
#mailbox_list-col {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
#msg_submit-col {
|
||||
order: 2;
|
||||
}
|
||||
#msg_input-col{
|
||||
|
||||
#msg_input-col {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user