mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 10:13:42 +00:00
also set min height for other lists (e.g. follow requests), not just the timeline
This commit is contained in:
parent
49a850a1e9
commit
f1058567b9
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ export default {
|
||||||
@import '../../_variables.scss';
|
@import '../../_variables.scss';
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
|
min-height: 1em;
|
||||||
&-item:not(:last-child) {
|
&-item:not(:last-child) {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-bottom-color: $fallback--border;
|
border-bottom-color: $fallback--border;
|
||||||
|
|
Loading…
Reference in a new issue