make fullscreen mode available for other modules and some cleanup
This commit is contained in:
@@ -107,17 +107,3 @@ aside {
|
||||
.leave {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.generic-content-wrapper.fullscreen {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
border-radius: 0px;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.generic-content-wrapper.fullscreen .section-title-wrapper {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user