Browse Source

Fix broken top bar remaining still pinned on soome themes

fix-catalog-hud
Zankaria 1 month ago
parent
commit
1da97d77ca
  1. 1
      stylesheets/dark.css
  2. 1
      stylesheets/dark_red.css
  3. 2
      stylesheets/style.css

1
stylesheets/dark.css

@ -185,7 +185,6 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
position:static;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999;
background-color: #1E1E1E;

1
stylesheets/dark_red.css

@ -172,7 +172,6 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
position:static;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999;
background-color: #1E1E1E;

2
stylesheets/style.css

@ -743,7 +743,7 @@ div.blotter {
}
.desktop-style div.boardlist:not(.bottom) {
position: fixed;
position: static;
top: 0;
left: 0;
right: 0;

Loading…
Cancel
Save