This commit is contained in:
f0x 2022-09-20 17:03:34 +02:00
parent 239b957054
commit 5501dc438d
3 changed files with 4 additions and 8 deletions

View file

@ -90,7 +90,6 @@ header {
header a {
margin: 2rem;
/* background: $header-bg; */
display: flex;
flex-direction: column;
flex-wrap: wrap;

View file

@ -77,7 +77,6 @@ main {
}
.displayname {
/* grid-column: span 2; */
font-weight: bold;
font-size: 1.2rem;
line-height: 2rem;
@ -127,7 +126,6 @@ main {
.text {
margin: 0;
/* margin-top: 0.5rem; */
grid-column: 2 / span 2;
grid-row: span 1;
overflow: hidden;
@ -141,7 +139,6 @@ main {
}
.content {
/* padding-top: 0.5rem; */
padding-bottom: 0.5rem;
word-break: break-word;

View file

@ -68,8 +68,8 @@ section {
}
.sidebar {
align-self: start; // vertical
justify-self: end; // horizontal
align-self: start;
justify-self: end;
background: $settings-nav-bg;
border: $boxshadow-border;
box-shadow: $boxshadow;
@ -162,7 +162,7 @@ input, select, textarea {
border-radius: $br;
font-weight: bold;
padding: 0.5rem;
white-space: pre-wrap; // to show \n in json errors
white-space: pre-wrap;
a {
color: $error-link;
@ -262,7 +262,6 @@ section.with-sidebar > div {
font-weight: normal;
padding: 0.3rem 0.3rem;
align-self: flex-start;
/* background: $border_accent; */
margin-right: 0.2rem;
}
@ -324,6 +323,7 @@ section.with-sidebar > div {
}
.files {
width: 100%;
margin: 1rem;
margin-right: 0;
display: flex;