This commit is contained in:
Adina Țeudan 2021-10-05 23:12:28 +03:00
parent 0d7ed3db2f
commit 916bf9bda3

View File

@ -18,11 +18,6 @@ section.settings {
.content-inner { .content-inner {
width: calc(100vw - 200px); width: calc(100vw - 200px);
} }
// TODO
redaction-admin-side-nav {
height: calc(100vh - 61px);
}
} }
.page-header { .page-header {
@ -93,6 +88,7 @@ section.settings {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
position: absolute; position: absolute;
right: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: calc(100% - 111px); height: calc(100% - 111px);