From 6898c07fda77899eccd469d5c05017cae9a749fb Mon Sep 17 00:00:00 2001 From: ENGO150 <v.smejkal06@gmail.com> Date: Thu, 16 May 2024 21:26:37 +0200 Subject: [PATCH] styled admin panel --- res/forum/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/res/forum/style.css b/res/forum/style.css index 661d506..624c27b 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -48,4 +48,23 @@ img + img img:hover { filter: invert(25%); +} + +#panels +{ + display: flex; + height: 88.5vh; +} + +#left_panel, #right_panel +{ + width: 50%; + height: 100%; + + padding: 2vh; +} + +#left_panel +{ + border-right: 1px solid #3E392F; } \ No newline at end of file