Fix noBackdrop pages
This commit is contained in:
parent
94cdd38de1
commit
57bc5e5ee4
5 changed files with 46 additions and 36 deletions
|
@ -201,6 +201,10 @@ html {
|
|||
}
|
||||
|
||||
.detailSticky {
|
||||
background: rgba(32, 32, 32, 0.8);
|
||||
}
|
||||
|
||||
.noBackdrop .detailSticky {
|
||||
background: #202020;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue