Update wz_mini_web.css

This commit is contained in:
virmaior 2022-07-16 21:35:35 +09:00 committed by GitHub
parent a9a76e7335
commit 9a76c39f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.ii_info_line { .ii_info {
font-weight:bold; font-weight:bold;
background-color:#ccc;
} }
.ii { .ii {
width:100%; width:100%;
@ -8,7 +9,7 @@
} }
.ii_key_DIV { .ii_key_DIV {
flex:0 0 40vw; flex:0 0 30vw;
font-weight:bold; font-weight:bold;
} }
.ii_value_DIV { .ii_value_DIV {
@ -18,5 +19,8 @@
.ii_value { .ii_value {
width:75%; width:75%;
} }
.ii_explain {
width:29vw;
overflow:scroll;
max-height:140px;
}