You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
opt: ui border sizing
This commit is contained in:
@@ -16,12 +16,13 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #DCDCDC;
|
background-color: #DCDCDC;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 10px;
|
border-radius: 12px;
|
||||||
|
box-sizing: border-box;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 5px);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -146,12 +147,13 @@
|
|||||||
.card {
|
.card {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: none;
|
border: none;
|
||||||
|
box-sizing: border-box;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 13px;
|
padding: 12px;
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 5px);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,18 +74,19 @@ body {
|
|||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 70px;
|
margin-bottom: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uninstall-container {
|
.uninstall-container {
|
||||||
padding: 12px;
|
padding: 8px;
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 5px);
|
||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 3px solid #FF3636;
|
border: 3px solid #FF3636;
|
||||||
|
box-sizing: border-box;
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user