]> danix's work - danix.xyz-2.git/commitdiff
fixed the number of columns for the sharing widget in the sidebar to 3x3
authorDanilo M. <redacted>
Sat, 18 Apr 2026 14:05:32 +0000 (16:05 +0200)
committerDanilo M. <redacted>
Sat, 18 Apr 2026 14:05:32 +0000 (16:05 +0200)
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css

index f6888fa4ba393ed72511c37da7b78cd2004eea7b..a1d1accc9fb544c1304f8ebd4a3c48091fd08a72 100644 (file)
@@ -312,8 +312,11 @@ html.theme-light {
 
   .share-grid {
     display: grid;
-    grid-template-columns: repeat(5, 50px);
-    justify-content: center;
+    grid-template-columns: repeat(3, 50px);
+    justify-content: space-evenly;
+    justify-items: center;
+    align-content: space-evenly;
+    align-items: center;
   }
 
   .btn-share {
index 923401b2044a8bb96e7dd6e1a0bb27cb578fcf7c..9c5c690ea25346c076a5908b05c85bac0d86fdd1 100644 (file)
@@ -1424,8 +1424,11 @@ button,
 
 .share-grid {
   display: grid;
-  grid-template-columns: repeat(5, 50px);
-  justify-content: center;
+  grid-template-columns: repeat(3, 50px);
+  justify-content: space-evenly;
+  justify-items: center;
+  align-content: space-evenly;
+  align-items: center;
 }
 
 .btn-share {