fix css related to 3ea653de22

This commit is contained in:
teddit 2021-01-19 17:27:54 +01:00
parent 3ea653de22
commit 67f92e6d43

View File

@ -455,6 +455,8 @@ footer a {
word-wrap: break-word; word-wrap: break-word;
float: left; float: left;
width: calc(100% - 100px); width: calc(100% - 100px);
margin-right: 11000px;
overflow: hidden;
} }
#links .link .entry details { #links .link .entry details {
margin: 0px 10px 0px 0px; margin: 0px 10px 0px 0px;
@ -1441,6 +1443,9 @@ code {
width: calc(100% - 20px); width: calc(100% - 20px);
min-height: 100vh; min-height: 100vh;
} }
#links .link .entry .selftext {
width: calc(100% - 10%);
}
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
#sidebar { #sidebar {