From 8436a64b75ec20ce1991a5e103e6466ef4d6b843 Mon Sep 17 00:00:00 2001 From: alisagerasimova Date: Mon, 30 Mar 2026 13:06:36 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D0=B3=D0=BB=D0=B0=D1=81=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B8=20=D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=20=D0=B6=D0=B8=D0=B4=D0=BA=D0=BE=D0=B3=D0=BE=20=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 14 ++++---------- src/components/MyDropMenu.vue | 11 ----------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8bbc452..6a248b1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -446,16 +446,10 @@ body { background-color: #2f2f2f; - //background: rgba(255, 255, 255, 0.2); - //backdrop-filter: blur(10px); - //-webkit-backdrop-filter: blur(10px); - //box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - //border: 2px solid rgba(255, 255, 255, 0.18); - /* - Эффект жидкого стекла - Оставил для обсуждения - Не удалять! - */ + background: rgba(255, 255, 255, 0.2); + backdrop-filter: blur(5px); + box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); + border: 2px solid rgba(255, 255, 255, 0.18); } .actions svg { diff --git a/src/components/MyDropMenu.vue b/src/components/MyDropMenu.vue index 93f5fce..90b7ba7 100644 --- a/src/components/MyDropMenu.vue +++ b/src/components/MyDropMenu.vue @@ -152,17 +152,6 @@ h1 { overflow-y: scroll; overflow: auto; border-right: white 2px solid; - - //background: rgba(255, 255, 255, 0.2); - //backdrop-filter: blur(10px); - //-webkit-backdrop-filter: blur(10px); - //box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - //border-right: 2px solid rgba(255, 255, 255, 0.18); - /* - Эффект жидкого стекла - Оставил для обсуждения - Не удалять! - */ } /* Затемнение фона */