mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
refactor: fold recall settings from dpp onward
This commit is contained in:
20
style.css
20
style.css
@@ -990,11 +990,6 @@
|
||||
background 0.2s ease;
|
||||
}
|
||||
|
||||
.bme-collapsible-meta {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.bme-collapsible-card[open] .bme-collapsible-indicator {
|
||||
transform: rotate(180deg);
|
||||
@@ -1036,6 +1031,20 @@
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.bme-config-subdetails {
|
||||
margin-top: 16px;
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
|
||||
.bme-config-subdetails-summary {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.bme-config-subdetails[open] > summary {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.bme-config-row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -2411,3 +2420,4 @@
|
||||
#bme-floating-ball:hover .bme-fab-tooltip {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user