fix #post height
This commit is contained in:
parent
5355170e61
commit
e57b3adf91
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue