feat: 500px 모드에서, 메시지 입력기가 메시지창을 쫓아감

This commit is contained in:
2021-12-04 01:07:05 +09:00
parent af1d8a3041
commit 75fdc5368e
2 changed files with 36 additions and 18 deletions
+25 -8
View File
@@ -116,15 +116,15 @@ body {
z-index: 7;
}
#nation-position{
#nation-position {
grid-column: 1 / 2;
}
#general-position{
#general-position {
grid-column: 2 / 4;
}
#generalCommandButton{
#generalCommandButton {
grid-column: 1 / 4;
}
@@ -217,7 +217,7 @@ body {
grid-template-columns: 1fr;
}
#reservedCommandZone{
#reservedCommandZone {
grid-row: 5 / 6;
}
@@ -359,6 +359,27 @@ body {
@include media-breakpoint-down(md) {
#message_board .message_input_form {
position: -webkit-sticky;
position: sticky;
top: 0px;
z-index: 5;
}
#public_talk_position,
#national_talk_position,
#private_talk_position,
#diplomacy_talk_position {
position: relative;
.board_header {
position: -webkit-sticky;
position: sticky;
top: 64.5px;
z-index: 4;
}
}
.public_message,
.diplomacy_message,
.national_message,
@@ -401,10 +422,6 @@ body {
position: relative;
}
.message_input_form {
position: relative;
}
#mailbox_list {
font-weight: bold;
}