forked from GNUsocial/gnu-social
[UI] Replies border fix and other minor fixes
This commit is contained in:
parent
413247d344
commit
3d3db96312
@ -108,6 +108,12 @@
|
|||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
margin-bottom: var(--unit-size);
|
margin-bottom: var(--unit-size);
|
||||||
}
|
}
|
||||||
|
.note > .replies > .note {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.notes > h1 {
|
||||||
|
padding: var(--unit-size);
|
||||||
|
}
|
||||||
.note-info {
|
.note-info {
|
||||||
order: 1;
|
order: 1;
|
||||||
background-color: var(--bg1);
|
background-color: var(--bg1);
|
||||||
|
@ -108,6 +108,12 @@
|
|||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
margin-bottom: var(--unit-size);
|
margin-bottom: var(--unit-size);
|
||||||
}
|
}
|
||||||
|
.note > .replies > .note {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.notes > h1 {
|
||||||
|
padding: var(--unit-size);
|
||||||
|
}
|
||||||
.note-info {
|
.note-info {
|
||||||
order: 1;
|
order: 1;
|
||||||
background-color: var(--bg1);
|
background-color: var(--bg1);
|
||||||
|
@ -108,6 +108,12 @@
|
|||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
margin-bottom: 2%;
|
margin-bottom: 2%;
|
||||||
}
|
}
|
||||||
|
.note > .replies > .note {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.notes > h1 {
|
||||||
|
padding: var(--unit-size);
|
||||||
|
}
|
||||||
.note-info {
|
.note-info {
|
||||||
order: 1;
|
order: 1;
|
||||||
background-color: var(--bg1);
|
background-color: var(--bg1);
|
||||||
|
Loading…
Reference in New Issue
Block a user