fix #post height

This commit is contained in:
teddit 2020-12-29 14:01:01 +01:00
parent 5355170e61
commit e57b3adf91
1 changed files with 5 additions and 0 deletions

View File

@ -472,6 +472,7 @@ footer a {
#links.sr {
float: left;
width: 75%;
min-height: 100vh;
}
#links details {
float: left;
@ -696,6 +697,9 @@ footer a {
}
/* POST */
#post {
min-height: 100vh;
}
#post .info {
float: left;
width: 100%;
@ -898,6 +902,7 @@ footer a {
#user .entries {
float: left;
width: 80%;
min-height: 100vh;
}
#user .entries .entry {
padding-left: 5px;