Small UI fix
This commit is contained in:
parent
718610c3fb
commit
6629b834fd
@ -174,6 +174,11 @@ label {
|
|||||||
}
|
}
|
||||||
#areas .area .section {
|
#areas .area .section {
|
||||||
margin: 8px 16px;
|
margin: 8px 16px;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
#areas .area .section:last-child {
|
||||||
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
#areas .area .section .create {
|
#areas .area .section .create {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -91,6 +91,12 @@
|
|||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin: 8px 16px;
|
margin: 8px 16px;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.create {
|
.create {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
Loading…
Reference in New Issue
Block a user