1
0
Fork 0
mirror of https://github.com/redlib-org/redlib.git synced 2025-04-05 22:17:41 +03:00

Restrict Proxy to Reddit Domains

This commit is contained in:
spikecodes 2021-01-02 20:50:23 -08:00
parent f49bff9853
commit 5ea504e6e8
14 changed files with 156 additions and 61 deletions
static

View file

@ -599,8 +599,15 @@ td, th {
}
@media screen and (max-width: 800px) {
main { flex-direction: column-reverse; }
nav { flex-direction: column; }
main {
flex-direction: column-reverse;
padding: 10px;
margin: 10px 0;
}
nav {
flex-direction: column;
margin: 10px;
}
aside, #subreddit, #user {
margin: 0;