opt: uninstall button

This commit is contained in:
KOWX712
2025-02-21 03:34:30 +08:00
parent a8e388d4cf
commit a9d6833342
2 changed files with 12 additions and 5 deletions

View File

@@ -73,17 +73,20 @@ body {
.footer {
display: flex;
justify-content: flex-end;
max-width: 1100px;
justify-content: center;
margin-bottom: 70px;
}
.uninstall-container {
padding: 12px;
width: calc(100% - 30px);
max-width: 900px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 12px;
background-color: #CE0000;
border: 3px solid #FF3636;
background-color: #F5F5F5;
white-space: nowrap;
overflow: hidden;
user-select: none;
@@ -96,7 +99,7 @@ body {
.uninstall-container span {
font-size: 16px;
font-weight: bold;
color: #fff;
color: #FF3636;
}
.uninstall-container.hidden-uninstall {
@@ -266,6 +269,10 @@ body {
color: #fff;
}
.uninstall-container {
background-color: #121212;
}
.file-selector {
background-color: #343434;
color: #fff;