]> git.mxchange.org Git - friendica.git/commitdiff
Make contact block list style more specific
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 15 Dec 2022 03:11:19 +0000 (22:11 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 15 Dec 2022 03:11:19 +0000 (22:11 -0500)
- The wide selector had side effects across the site

view/global.css

index d327da0c2c377b99a2fd63d283b523d9c7a10935..78e187c8b7b460cf3ffacd0c12c6cee57bed8833 100644 (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
- **/
\ No newline at end of file
+ **/
+
+#contactblock .icon {
+       width: 48px;
+       height: 48px;
+}