mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Better options components spacing
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-self: flex-end;
|
||||
margin-block-start: 5px;
|
||||
margin-block-start: 20px;
|
||||
}
|
||||
|
||||
#buttons > :not(:last-child) {
|
||||
@@ -28,7 +28,9 @@
|
||||
|
||||
|
||||
.bridge {
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.bridge,
|
||||
@@ -121,7 +123,7 @@
|
||||
color: graytext;
|
||||
}
|
||||
|
||||
#form > .category {
|
||||
#form > .category:not(:first-child) {
|
||||
border-top: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user