[UI] Replies border fix and other minor fixes

This commit is contained in:
rainydaysavings
2020-09-04 00:17:15 +01:00
committed by Hugo Sales
parent 413247d344
commit 3d3db96312
3 changed files with 18 additions and 0 deletions

View File

@@ -108,6 +108,12 @@
box-shadow: var(--shadow);
margin-bottom: var(--unit-size);
}
.note > .replies > .note {
border: none;
}
.notes > h1 {
padding: var(--unit-size);
}
.note-info {
order: 1;
background-color: var(--bg1);

View File

@@ -108,6 +108,12 @@
box-shadow: var(--shadow);
margin-bottom: var(--unit-size);
}
.note > .replies > .note {
border: none;
}
.notes > h1 {
padding: var(--unit-size);
}
.note-info {
order: 1;
background-color: var(--bg1);

View File

@@ -108,6 +108,12 @@
box-shadow: var(--shadow);
margin-bottom: 2%;
}
.note > .replies > .note {
border: none;
}
.notes > h1 {
padding: var(--unit-size);
}
.note-info {
order: 1;
background-color: var(--bg1);