From f31713a929de4a641597c5f1595f8ab996ed7df2 Mon Sep 17 00:00:00 2001 From: smanylov Date: Mon, 30 Mar 2026 19:17:29 +0700 Subject: [PATCH] fix padding for notifications --- src/app/styles/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index 07f7367..e57ef96 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -157,7 +157,7 @@ &-item { display: flex; gap: 4px; - padding: 5px; + padding: 5px 10px 5px 10px; border-bottom: 1px solid v.$b-color-1; transition: background-color 0.2s; cursor: pointer;