fix css related to 3ea653de22

This commit is contained in:
teddit 2021-01-19 17:27:54 +01:00
parent 3ea653de22
commit 67f92e6d43
1 changed files with 5 additions and 0 deletions

View File

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