opt: ui border sizing

This commit is contained in:
KOWX712
2025-02-21 17:44:33 +08:00
parent a9d6833342
commit ee169eb2cd
2 changed files with 10 additions and 7 deletions

View File

@@ -74,18 +74,19 @@ body {
.footer {
display: flex;
justify-content: center;
margin-bottom: 70px;
margin-bottom: 100px;
}
.uninstall-container {
padding: 12px;
width: calc(100% - 30px);
padding: 8px;
width: calc(100% - 5px);
max-width: 900px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 12px;
border: 3px solid #FF3636;
box-sizing: border-box;
background-color: #F5F5F5;
white-space: nowrap;
overflow: hidden;