From f7910597f0363739a9f7caffea6b9410dcde2d86 Mon Sep 17 00:00:00 2001 From: Max Foxie Date: Wed, 26 Jun 2024 20:35:24 +0300 Subject: [PATCH] VZLOM KAZINO 777 --- frontend/src/main.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/frontend/src/main.css b/frontend/src/main.css index db9ecb3..a2d3950 100644 --- a/frontend/src/main.css +++ b/frontend/src/main.css @@ -14,8 +14,18 @@ html { cursor: default; } +.window { + height: 100%; + box-shadow: none; + border: none; + position: initial; + display: flex; + flex-direction: column; +} + .window-body { height: 100%; + flex: 1; } .icon { @@ -29,12 +39,6 @@ html { border-radius: 0; } -.window { - box-shadow: none; - border: none; - position: initial; -} - .text { text-align: center; font-size: 14px;