mirror of https://gitlab.com/bashrc2/epicyon
vcard icon background
parent
665202a8b4
commit
774546854f
|
@ -1080,6 +1080,7 @@ div.container {
|
||||||
.profileHeader img.vcard {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size);
|
width: var(--vcard-icon-size);
|
||||||
float: right;
|
float: right;
|
||||||
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
.followText {
|
.followText {
|
||||||
font-size: var(--follow-text-size1);
|
font-size: var(--follow-text-size1);
|
||||||
|
@ -1847,6 +1848,7 @@ div.container {
|
||||||
.profileHeader img.vcard {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size-mobile);
|
width: var(--vcard-icon-size-mobile);
|
||||||
float: right;
|
float: right;
|
||||||
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
.accountsTable {
|
.accountsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -2586,6 +2588,7 @@ div.container {
|
||||||
.profileHeader img.vcard {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size-tiny);
|
width: var(--vcard-icon-size-tiny);
|
||||||
float: right;
|
float: right;
|
||||||
|
background-color: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
.accountsTable {
|
.accountsTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue