passwall 弹出窗口居中

This commit is contained in:
Bard 2024-03-24 12:46:17 +08:00 committed by GitHub
parent 844dba2348
commit 0c16525c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4278,3 +4278,13 @@ div#service_status {
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
} }
/* passwall add_link */
div#add_link_div {
position: fixed;
transform: translate(-50%, -50%);
background-color: #fff;
padding: 0px;
box-shadow: darkgrey 1px 5px 20px 0px;
border-radius: 9px;
}