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