design bugfixes

This commit is contained in:
Chneemann 2024-03-31 09:06:28 +02:00
parent 7c95a43603
commit 9a19a0c746
5 changed files with 9 additions and 1 deletions

View file

@ -31,7 +31,7 @@ app-header {
.main-content { .main-content {
width: calc(100% - 128px); width: calc(100% - 128px);
min-width: calc(100vw - 232px - 64px); min-width: calc(100vw - 296px);
height: 100vh; height: 100vh;
padding: 64px 0 0 64px; padding: 64px 0 0 64px;
background-color: var(--bgContent); background-color: var(--bgContent);

View file

@ -42,9 +42,11 @@ section {
left: -64px; left: -64px;
width: 400px; width: 400px;
min-height: calc(100vh - 128px); min-height: calc(100vh - 128px);
height: 100%;
background-color: var(--white); background-color: var(--white);
padding-top: 32px; padding-top: 32px;
box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1);
overflow: auto;
} }
.content { .content {

View file

@ -4,6 +4,7 @@ section {
overflow-wrap: break-word; overflow-wrap: break-word;
white-space: normal; white-space: normal;
padding-right: 64px; padding-right: 64px;
margin-bottom: 32px;
a { a {
text-decoration: none; text-decoration: none;
color: var(--gray); color: var(--gray);
@ -70,6 +71,7 @@ h3 {
@media screen and (max-width: 910px) { @media screen and (max-width: 910px) {
section { section {
padding-right: 0; padding-right: 0;
margin-bottom: 0;
} }
} }

View file

@ -4,6 +4,7 @@ section {
overflow-wrap: break-word; overflow-wrap: break-word;
white-space: normal; white-space: normal;
padding-right: 64px; padding-right: 64px;
margin-bottom: 32px;
} }
.header { .header {
@ -63,6 +64,7 @@ a {
@media screen and (max-width: 910px) { @media screen and (max-width: 910px) {
section { section {
padding-right: 0; padding-right: 0;
margin-bottom: 0;
} }
} }

View file

@ -4,6 +4,7 @@ section {
overflow-wrap: break-word; overflow-wrap: break-word;
white-space: normal; white-space: normal;
padding-right: 64px; padding-right: 64px;
margin-bottom: 32px;
} }
.header { .header {
@ -69,6 +70,7 @@ a {
@media screen and (max-width: 910px) { @media screen and (max-width: 910px) {
section { section {
padding-right: 0; padding-right: 0;
margin-bottom: 0;
} }
} }