changed character-popup to match new chat div style

This commit is contained in:
RossAsscends
2023-02-26 19:34:49 +09:00
parent 4d36ebd6f3
commit 2a13d1d9d5

View File

@@ -1528,7 +1528,7 @@ label.checkbox :checked + span:after {
-webkit-backdrop-filter: blur(50px);
grid-template-rows: 50px 100px 100px 40px auto 45px 45px;
max-width: 802px; /* 802 instead of 800 to cover #chat's scrollbars entirely */
height: 89vh; /* imperfect calculation designed to match the chat height, which is auto-set to (100% - form_sheld height) */
height: 90vh; /* imperfect calculation designed to match the chat height, which is auto-set to (100% - form_sheld height) */
position: absolute;
z-index: 2065;
margin-left: auto;
@@ -1539,7 +1539,7 @@ label.checkbox :checked + span:after {
box-shadow: 0 0 2px rgb(0 0 0 / 50%);
padding: 4px;
border: 1px solid rgba(0,0,0,0.3);
border-radius: 0 0 40px 40px;
/*border-radius: 0 0 40px 40px;*/
}
#character_popup h5 a{
color: #936f4a;