mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-04 20:30:37 +00:00
Fix subreddits not showing sidebars
This commit is contained in:
parent
6bbc90bc0d
commit
48d2943f72
2 changed files with 2 additions and 2 deletions
|
@ -477,7 +477,7 @@ input[type="submit"]:hover { color: var(--accent); }
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
color: white;
|
||||
grid-area: 1 / 1 / 2 / 2;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue