UI enhancements

This commit is contained in:
2022-04-30 09:56:18 -04:00
parent a212076ce7
commit 65de429197
9 changed files with 90 additions and 84 deletions
+3 -2
View File
@@ -20,7 +20,8 @@
}
.block .block {
margin: 0 ;
margin: 0;
margin-left: 0.5rem;
border-radius: 0;
border-right: none;
border-bottom: none;
@@ -35,4 +36,4 @@
.block .block:last-of-type {
border-bottom-left-radius: 1rem;
border-bottom: 1px dashed var(--main-border-color);
}
}