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
commit f114ad1883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

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;
}