fix css related to 3ea653de22
This commit is contained in:
parent
3ea653de22
commit
67f92e6d43
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue