marge master

This commit is contained in:
hardiknai-techm
2021-05-14 14:48:12 +05:30
79 changed files with 1550 additions and 2422 deletions

View File

@@ -2099,7 +2099,7 @@ a:link {
display: flex;
flex: 1 1 auto;
overflow-x: auto;
overflow-y: auto;
overflow-y: hidden;
height: 100%;
}
@@ -3085,3 +3085,7 @@ settings-pane {
padding-left: @SmallSpace;
}
}
.hiddenMain {
visibility: hidden;
height: 0px;
}