parent
175b56d8f2
commit
2822a2e110
@ -265,10 +265,22 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#services > :not(.active):not(.loader):not(#url-preview) {
|
||||
#services > :not(.active):not(.loader):not(#url-preview):not(webview) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#services > webview {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
background-color: rgb(43, 43, 43);
|
||||
}
|
||||
|
||||
#services > webview.active {
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
#services > .loader {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
Loading…
Reference in New Issue
Block a user