From: Danilo M. Date: Sat, 18 Apr 2026 14:05:32 +0000 (+0200) Subject: fixed the number of columns for the sharing widget in the sidebar to 3x3 X-Git-Tag: release_22042026-1342~101 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=16644e10044e75c64b0908e721648f5644296db7;p=danix.xyz-2.git fixed the number of columns for the sharing widget in the sidebar to 3x3 --- diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index f6888fa..a1d1acc 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -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 { diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css index 923401b..9c5c690 100644 --- a/themes/danix-xyz-hacker/assets/css/main.min.css +++ b/themes/danix-xyz-hacker/assets/css/main.min.css @@ -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 {