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