From b40f1dc77c033260ef300e33b85d032c310218fb Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 24 Aug 2025 19:03:44 +0200 Subject: [PATCH] button --- frontend/src/html/pages/friends.html | 7 +------ frontend/src/styles/friends.scss | 5 +++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/html/pages/friends.html b/frontend/src/html/pages/friends.html index ae053dc12..43a590ef7 100644 --- a/frontend/src/html/pages/friends.html +++ b/frontend/src/html/pages/friends.html @@ -39,13 +39,8 @@ Friends - diff --git a/frontend/src/styles/friends.scss b/frontend/src/styles/friends.scss index 719d00bf9..0c74a1929 100644 --- a/frontend/src/styles/friends.scss +++ b/frontend/src/styles/friends.scss @@ -4,6 +4,11 @@ font-size: 2rem; } + .friendAdd { + padding-left: 1em; + padding-right: 1em; + } + .titleAndButton { display: grid; grid-template-columns: 1fr auto;