Update style.css

This commit is contained in:
RossAsscends
2023-02-26 17:04:52 +09:00
parent 384bb56f1e
commit 2263ebe75d

View File

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