Start of empty follower tab state. For #1913

This commit is contained in:
Gabe Kangas
2022-10-09 20:31:07 -07:00
parent 87ee74e9c2
commit dd5b8e7ce5
5 changed files with 36 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
.followers {
width: 100%;
width: 100%;
background-color: var(--theme-color-background-light);
}
.noFollowers {
padding: calc(2 * var(--content-padding));
border-radius: var(--theme-rounded-corners);
width: 100%;
background-color: var(--theme-color-background-light);
}