edit: bug fix z-index + video pannel + minor other bugs
This commit is contained in:
@@ -136,6 +136,7 @@ html, body{
|
||||
height: 100%;
|
||||
filter: invert(1) saturate(333%) brightness(93%) hue-rotate(90deg);
|
||||
object-fit: cover;
|
||||
transition: 7.77s ease-in;
|
||||
}
|
||||
|
||||
#canvas .overlay {
|
||||
@@ -300,11 +301,16 @@ html, body{
|
||||
}
|
||||
|
||||
.zFocus{
|
||||
z-index: revert;
|
||||
z-index: 1312;
|
||||
border-color: var(--accent-color);
|
||||
border-width: thick;
|
||||
}
|
||||
|
||||
#artistPannel.zFocus{
|
||||
z-index: 3333;
|
||||
}
|
||||
|
||||
.windowTitle{
|
||||
width:100%;
|
||||
height:50px;
|
||||
|
||||
Reference in New Issue
Block a user