made pretty good style for forum

if it works, do not touch it.... this is so messed styling but yeah fucker i did it
This commit is contained in:
Václav Šmejkal 2024-05-24 21:47:29 +02:00
parent 99a7f89adc
commit 3f5154a644
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -161,6 +161,7 @@ body
#upload_btn
{
/*position: absolute;*/
padding-top: 1vh;
padding-bottom: 1vh;
}
@ -215,6 +216,9 @@ body
width: fit-content;
height: fit-content;
align-self: center;
margin-left: auto;
margin-right: auto;
}
.post
@ -223,11 +227,18 @@ body
flex-direction: row;
align-items: center;
align-self: flex-start;
width: 100%;
}
.post + .post
{
border-top: 1px solid #3E392F;
}
.post_info
{
margin-left: 2vh;
padding-left: 5vh;
display: flex;
flex-direction: column;
align-items: start;
@ -240,14 +251,18 @@ body
.post_image
{
padding-top: 0.25vh;
padding-bottom: 0.25vh;
width: 20vh;
height: 20vh;
}
.post img
{
max-height: 20vh;
max-width: 20vh;
display: block;
margin-left: auto;
margin-right: auto;
}
.post img:hover