From 497ed6e093565a2f920d2b7c3696717bba4016e1 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 22 May 2024 18:45:53 +0200 Subject: [PATCH] styled user info --- res/forum/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/res/forum/style.css b/res/forum/style.css index 1fa6029..150e3ba 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -109,3 +109,22 @@ img:hover color: #C1BFBE; border-radius: 0.3vh 0.3vh; } + +#info_pane +{ + position: relative; + + width: fit-content; + height: auto; + margin: 0 auto; + padding: 5vh; + + border: solid 1px #3E392F; + border-radius: 0.5vh 0.5vh; + background: #6F7270; +} + +#save_btn +{ + margin-top: 2vh; +} \ No newline at end of file