]> git.mxchange.org Git - friendica.git/commitdiff
Add global styles for .icon
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 17 Nov 2022 01:12:36 +0000 (20:12 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 17 Nov 2022 01:12:36 +0000 (20:12 -0500)
- Normalize user/contact profile pictures size

view/global.css

index 3365ce4aa03e172d0b23576e8aae73ebde8d1830..800a3ea34de78d3443ac6f2722eb33c7819ccb68 100644 (file)
@@ -35,6 +35,11 @@ a.btn, a.btn:hover {
   text-decoration: overline;
 }
 
+.icon {
+       width: 48px;
+       height: 48px;
+}
+
 /* List of social Networks */
 img.connector, img.connector-disabled {
   height: 40px;