mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: UI adjustment, add translation, fix CI
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
> header {
|
||||
flex: 0 0 58px;
|
||||
width: 100%;
|
||||
width: 95%;
|
||||
// max-width: 850px;
|
||||
margin: 0 auto;
|
||||
padding-right: 4px;
|
||||
@@ -16,38 +16,32 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.base-container {
|
||||
> section {
|
||||
position: relative;
|
||||
flex: 1 1 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
border-radius: var(--border-radius);
|
||||
overflow: auto;
|
||||
padding: 8px 0;
|
||||
box-sizing: border-box;
|
||||
scrollbar-gutter: stable;
|
||||
// background-color: var(--background-color);
|
||||
|
||||
> section {
|
||||
position: relative;
|
||||
flex: 1 1 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding: 28px 0;
|
||||
box-sizing: border-box;
|
||||
scrollbar-gutter: stable;
|
||||
background-color: var(--background-color);
|
||||
.base-content {
|
||||
width: 95%;
|
||||
// max-width: 850px;
|
||||
margin: 0 auto;
|
||||
animation: baseContentIn 0.3s normal 1 forwards;
|
||||
|
||||
.base-content {
|
||||
width: 90%;
|
||||
// max-width: 850px;
|
||||
margin: 0 auto;
|
||||
animation: baseContentIn 0.3s normal 1 forwards;
|
||||
@keyframes baseContentIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(50%) scale(0.9);
|
||||
}
|
||||
|
||||
@keyframes baseContentIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translateY(50%) scale(0.9);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user