styled forum's upper_panel

This commit is contained in:
Václav Šmejkal 2024-05-10 16:03:18 +02:00
parent ee8f3a5a3d
commit e8be5cc175
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -9,16 +9,38 @@ body
position: absolute; position: absolute;
width: 130vh; width: 130vh;
height: 95vh; height: 95vh;
background: #6F7270; background: #6F7270;
border: 1px solid #3E392F; border: 1px solid #3E392F;
border-radius: 0.4vh 0.4vh;
margin-top: 1.5vh; margin-top: 1.5vh;
} }
#side_panel #upper_panel
{ {
border-right: 1px solid #3E392F; margin-left: auto;
border: 1px solid #3E392F;
border-right: none;
border-top: none;
border-bottom-left-radius: 0.4vh 0.4vh;
height: 100%;
width: fit-content; width: fit-content;
height: 2vh;
display: flex;
justify-content: end;
padding: 0.25vh;
}
#upper_panel *
{
border-collapse: collapse;
}
img + img
{
margin-left: 0.25vh;
} }