mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): fix broken styling on lists
This commit is contained in:
parent
c574ad6ecf
commit
a62b6d53e2
2 changed files with 21 additions and 6 deletions
|
|
@ -116,6 +116,21 @@ code {
|
|||
z-index: initial !important;
|
||||
}
|
||||
|
||||
.accordion .card {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.accordion .card:first-child {
|
||||
border-top-left-radius: calc(0.375rem - 1px) !important;
|
||||
border-top-right-radius: calc(0.375rem - 1px) !important;
|
||||
}
|
||||
|
||||
.accordion .card:last-child {
|
||||
border-bottom-left-radius: calc(0.375rem - 1px) !important;
|
||||
border-bottom-right-radius: calc(0.375rem - 1px) !important;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
// svelecte styling
|
||||
.svelecte-control .sv-control {
|
||||
border-color: $gray-transparent !important; // overwrite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue