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:
parent
99a7f89adc
commit
3f5154a644
@ -161,6 +161,7 @@ body
|
|||||||
|
|
||||||
#upload_btn
|
#upload_btn
|
||||||
{
|
{
|
||||||
|
/*position: absolute;*/
|
||||||
padding-top: 1vh;
|
padding-top: 1vh;
|
||||||
padding-bottom: 1vh;
|
padding-bottom: 1vh;
|
||||||
}
|
}
|
||||||
@ -215,6 +216,9 @@ body
|
|||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post
|
.post
|
||||||
@ -223,11 +227,18 @@ body
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post + .post
|
||||||
|
{
|
||||||
|
border-top: 1px solid #3E392F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_info
|
.post_info
|
||||||
{
|
{
|
||||||
margin-left: 2vh;
|
padding-left: 5vh;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
@ -240,14 +251,18 @@ body
|
|||||||
|
|
||||||
.post_image
|
.post_image
|
||||||
{
|
{
|
||||||
|
padding-top: 0.25vh;
|
||||||
|
padding-bottom: 0.25vh;
|
||||||
width: 20vh;
|
width: 20vh;
|
||||||
height: 20vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post img
|
.post img
|
||||||
{
|
{
|
||||||
max-height: 20vh;
|
max-height: 20vh;
|
||||||
max-width: 20vh;
|
max-width: 20vh;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post img:hover
|
.post img:hover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user