various fixes
This commit is contained in:
@@ -1518,7 +1518,14 @@ nav .dropdown-menu {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.generic-content-wrapper.fullscreen {
|
||||
main.fullscreen {
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
main.fullscreen .generic-content-wrapper {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0px;
|
||||
@@ -1526,11 +1533,12 @@ nav .dropdown-menu {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.generic-content-wrapper.fullscreen .section-title-wrapper {
|
||||
main.fullscreen .section-title-wrapper {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.generic-content-wrapper.fullscreen .section-content-wrapper {
|
||||
main.fullscreen .section-content-wrapper,
|
||||
main.fullscreen .section-content-wrapper-np {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user