Updating UI to cover RHS and the centre channel separately
Этот коммит содержится в:
@@ -24,6 +24,7 @@ body {
|
||||
height: 100%;
|
||||
> .row.main {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
> .container-fluid {
|
||||
|
||||
@@ -106,13 +106,13 @@ body.ios {
|
||||
}
|
||||
}
|
||||
|
||||
.center-file-overlay {
|
||||
position: fixed;
|
||||
.file-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
display: table;
|
||||
|
||||
Ссылка в новой задаче
Block a user