update at 2026-02-13 22:55:01
This commit is contained in:
@@ -385,8 +385,9 @@
|
||||
bottom: 0;
|
||||
background: #fff;
|
||||
border-radius: 16px 16px 0 0;
|
||||
padding: 12px;
|
||||
padding: 12px 12px 16px;
|
||||
z-index: 11;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.theme-title {
|
||||
@@ -395,11 +396,21 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-row {
|
||||
.theme-list {
|
||||
margin-top: 8px;
|
||||
height: 216px;
|
||||
min-height: 216px;
|
||||
}
|
||||
|
||||
.theme-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.theme-row + .theme-row {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.theme-row image {
|
||||
@@ -411,5 +422,11 @@
|
||||
flex: 1;
|
||||
height: 20px;
|
||||
border-radius: 2px;
|
||||
background: linear-gradient(90deg, #f72585, #3f37c9, #4cc9f0);
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.theme-color {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user