ShopAI-Extension/styles/layouts/all.collapsible.css
buzz-lightsnack-2007 1627cbbf3b adjust settings page interface to support OLED
add navbar and remove FAB
2024-04-23 16:30:19 +08:00

13 lines
223 B
CSS

.collapsible {
border: none !important;
}
.collapsible > li {
border: 1px solid var(--separator-color);
border-bottom-width: 0px;
}
.collapsible > li:last-child {
border-bottom-width: 1px;
}