From 65f83399f5fc63fea78be4dd55b3d109bd8f2c94 Mon Sep 17 00:00:00 2001 From: Moyasee Date: Thu, 23 Oct 2025 11:29:27 +0300 Subject: [PATCH] ci: merge --- .../profile-content/profile-content.scss | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/renderer/src/pages/profile/profile-content/profile-content.scss b/src/renderer/src/pages/profile/profile-content/profile-content.scss index 06d1e05f..45a7f119 100644 --- a/src/renderer/src/pages/profile/profile-content/profile-content.scss +++ b/src/renderer/src/pages/profile/profile-content/profile-content.scss @@ -152,38 +152,38 @@ grid-template-columns: repeat(12, 1fr); } - &--drag-over { - background: rgba(255, 255, 255, 0.05); - border: 2px dashed rgba(255, 255, 255, 0.3); - position: relative; - transition: all ease 0.2s; + &--drag-over { + background: rgba(255, 255, 255, 0.05); + border: 2px dashed rgba(255, 255, 255, 0.3); + position: relative; + transition: all ease 0.2s; - &::before { - content: "Drop here to " attr(data-action); - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - color: globals.$muted-color; - font-size: 14px; - font-weight: 500; - z-index: 10; - pointer-events: none; - background: rgba(0, 0, 0, 0.8); - padding: 8px 16px; - border-radius: 4px; - backdrop-filter: blur(10px); + &::before { + content: "Drop here to " attr(data-action); + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: globals.$muted-color; + font-size: 14px; + font-weight: 500; + z-index: 10; + pointer-events: none; + background: rgba(0, 0, 0, 0.8); + padding: 8px 16px; + border-radius: 4px; + backdrop-filter: blur(10px); + } + } + + &__tab-panels { + display: block; + } + + &__tab-panel[hidden] { + display: none; } } - - &__tab-panels { - display: block; - } - - &__tab-panel[hidden] { - display: none; - } -} } // Reviews minimal styles