From f65af3fb10ef1fd94aac752fad3e36bb583613b5 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:39:36 +0000 Subject: [PATCH] style: auto-fix linting issues --- styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 91d1dc6..72a338e 100644 --- a/styles.css +++ b/styles.css @@ -10096,7 +10096,9 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn { text-align: center; overflow: hidden; background: var(--card); - transition: transform 0.2s ease, border-color 0.2s ease; + transition: + transform 0.2s ease, + border-color 0.2s ease; } .about-contributors div:hover { @@ -10146,14 +10148,17 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn { .about-contributors { gap: 8px; } + .about-contributors div { width: calc(50% - 8px); min-width: 0; padding: 12px; } + .about-contributors span { font-size: 13px; } + .about-contributors .contrib { font-size: 11px; }