misc: 하단 바 세부 항목 크기 확대

This commit is contained in:
2021-12-08 01:31:34 +09:00
parent e3e98f9844
commit 8a458eb96a
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ if (!$otherTextInfo) {
<div class="dropdown-toggle text-white btn btn-dark" id="navbarQuick" role="button" data-bs-toggle="dropdown" aria-expanded="false">
빠른 이동
</div>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown" id="navbarQuickItems">
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown" id="navbarQuickItems">
<li><a class="dropdown-item disabled">국가 정보</a></button></li>
<hr class="dropdown-divider">
</hr>
+8 -4
View File
@@ -38,9 +38,13 @@ body {
.nav-item ul.dropdown-menu {
max-height: calc(100vh - 50px);
overflow-y: auto;
li {
font-size: 16px;
}
}
.nav-item > .btn {
.nav-item>.btn {
margin-bottom: -6px;
text-align: center;
width: 125px;
@@ -49,7 +53,7 @@ body {
box-shadow: 0 -1px 0 $dark;
.toolbarButton2{
.toolbarButton2 {
text-decoration: underline;
}
}
@@ -418,7 +422,7 @@ body {
#public_talk_position,
#national_talk_position,
#private_talk_position,
#diplomacy_talk_position{
#diplomacy_talk_position {
display: block;
position: relative;
top: -72px;
@@ -428,7 +432,7 @@ body {
#message_board .board_side {
position: relative;
> .board_header {
>.board_header {
position: -webkit-sticky;
position: sticky;
top: 72px;