vcard icon background

main
Bob Mottram 2022-02-15 17:55:06 +00:00
parent 665202a8b4
commit 774546854f
1 changed files with 3 additions and 0 deletions

View File

@ -1080,6 +1080,7 @@ div.container {
.profileHeader img.vcard {
width: var(--vcard-icon-size);
float: right;
background-color: var(--main-bg-color);
}
.followText {
font-size: var(--follow-text-size1);
@ -1847,6 +1848,7 @@ div.container {
.profileHeader img.vcard {
width: var(--vcard-icon-size-mobile);
float: right;
background-color: var(--main-bg-color);
}
.accountsTable {
width: 100%;
@ -2586,6 +2588,7 @@ div.container {
.profileHeader img.vcard {
width: var(--vcard-icon-size-tiny);
float: right;
background-color: var(--main-bg-color);
}
.accountsTable {
width: 100%;