fix: 메인 화면 오동작 요소 수정

- 설문조사 항목 표기
- 설문조사 항목 marquee로 틀어짐(제거)
- 1000xp 모드에서 도시 툴팁 가려지는 문제 수정정
This commit is contained in:
2021-12-03 15:26:45 +09:00
parent 4c2dabe4cc
commit 83c71bec25
3 changed files with 23 additions and 15 deletions
+12 -4
View File
@@ -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;
}
}