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