issue #10 #11 Fix language selection height .

This commit is contained in:
paul kim
2024-06-03 23:35:51 +09:00
parent e4176696a3
commit 3fbfe72287
4 changed files with 12 additions and 4 deletions

View File

@@ -2838,7 +2838,7 @@
left: 0%; left: 0%;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0,0,0,0.4); background-color: rgba(0,0,0,0.8);
display: none; display: none;
z-index: 3; z-index: 3;
} }
@@ -2865,10 +2865,12 @@
} }
.popup>.lang_selection .selector .usage { .popup>.lang_selection .selector .usage {
width: 100%; width: 100%;
height: 27%;
line-height: 24px; line-height: 24px;
font-size: 20px; font-size: 20px;
color: rgb(135,139,147); color: rgb(135,139,147);
padding: 20px 0px 10px 0px; padding: 20px 0px 10px 0px;
overflow: hidden;
} }
.popup>.lang_selection .selector .buttons { .popup>.lang_selection .selector .buttons {

View File

@@ -2838,7 +2838,7 @@
left: 0%; left: 0%;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0,0,0,0.4); background-color: rgba(0,0,0,0.8);
display: none; display: none;
z-index: 3; z-index: 3;
} }
@@ -2865,10 +2865,12 @@
} }
.popup>.lang_selection .selector .usage { .popup>.lang_selection .selector .usage {
width: 100%; width: 100%;
height: 27%;
line-height: 24px; line-height: 24px;
font-size: 20px; font-size: 20px;
color: rgb(135,139,147); color: rgb(135,139,147);
padding: 20px 0px 10px 0px; padding: 20px 0px 10px 0px;
overflow: hidden;
} }
.popup>.lang_selection .selector .buttons { .popup>.lang_selection .selector .buttons {

View File

@@ -2838,7 +2838,7 @@
left: 0%; left: 0%;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0,0,0,0.4); background-color: rgba(0,0,0,0.8);
display: none; display: none;
z-index: 3; z-index: 3;
} }
@@ -2865,10 +2865,12 @@
} }
.popup>.lang_selection .selector .usage { .popup>.lang_selection .selector .usage {
width: 100%; width: 100%;
height: 27%;
line-height: 24px; line-height: 24px;
font-size: 20px; font-size: 20px;
color: rgb(135,139,147); color: rgb(135,139,147);
padding: 20px 0px 10px 0px; padding: 20px 0px 10px 0px;
overflow: hidden;
} }
.popup>.lang_selection .selector .buttons { .popup>.lang_selection .selector .buttons {

View File

@@ -2838,7 +2838,7 @@
left: 0%; left: 0%;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0,0,0,0.4); background-color: rgba(0,0,0,0.8);
display: none; display: none;
z-index: 3; z-index: 3;
} }
@@ -2865,10 +2865,12 @@
} }
.popup>.lang_selection .selector .usage { .popup>.lang_selection .selector .usage {
width: 100%; width: 100%;
height: 27%;
line-height: 24px; line-height: 24px;
font-size: 20px; font-size: 20px;
color: rgb(135,139,147); color: rgb(135,139,147);
padding: 20px 0px 10px 0px; padding: 20px 0px 10px 0px;
overflow: hidden;
} }
.popup>.lang_selection .selector .buttons { .popup>.lang_selection .selector .buttons {