Merge pull request #12429 from MrPetovan/bug/contactblock-icon

Make contact block list style more specific
This commit is contained in:
Tobias Diekershoff
2022-12-15 06:14:55 +01:00
committed by GitHub

View File

@@ -35,11 +35,6 @@ a.btn, a.btn:hover {
text-decoration: overline;
}
.icon {
width: 48px;
height: 48px;
}
.template-icon {
width: 24px;
height: 24px;
@@ -706,4 +701,9 @@ audio {
}
/**
* Image grid settings END
**/
**/
#contactblock .icon {
width: 48px;
height: 48px;
}