Hiding more than 2 rows of tags under expand button on scene page. Fixed album background being bright in dark mode.

This commit is contained in:
DebaucheryLibrarian
2021-02-05 02:35:00 +01:00
parent 5906ed5948
commit 3e0a4406eb
3 changed files with 108 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ export default {
position: fixed;
top: 0;
left: 0;
background: var(--shadow-extreme);
background: var(--darken-extreme);
z-index: 10;
}