mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
deletes
This commit is contained in:
parent
239b957054
commit
5501dc438d
3 changed files with 4 additions and 8 deletions
|
@ -90,7 +90,6 @@ header {
|
||||||
|
|
||||||
header a {
|
header a {
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
/* background: $header-bg; */
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
|
@ -77,7 +77,6 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.displayname {
|
.displayname {
|
||||||
/* grid-column: span 2; */
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
@ -127,7 +126,6 @@ main {
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* margin-top: 0.5rem; */
|
|
||||||
grid-column: 2 / span 2;
|
grid-column: 2 / span 2;
|
||||||
grid-row: span 1;
|
grid-row: span 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -141,7 +139,6 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
/* padding-top: 0.5rem; */
|
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
|
@ -68,8 +68,8 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
align-self: start; // vertical
|
align-self: start;
|
||||||
justify-self: end; // horizontal
|
justify-self: end;
|
||||||
background: $settings-nav-bg;
|
background: $settings-nav-bg;
|
||||||
border: $boxshadow-border;
|
border: $boxshadow-border;
|
||||||
box-shadow: $boxshadow;
|
box-shadow: $boxshadow;
|
||||||
|
@ -162,7 +162,7 @@ input, select, textarea {
|
||||||
border-radius: $br;
|
border-radius: $br;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
white-space: pre-wrap; // to show \n in json errors
|
white-space: pre-wrap;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $error-link;
|
color: $error-link;
|
||||||
|
@ -262,7 +262,6 @@ section.with-sidebar > div {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0.3rem 0.3rem;
|
padding: 0.3rem 0.3rem;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
/* background: $border_accent; */
|
|
||||||
margin-right: 0.2rem;
|
margin-right: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -324,6 +323,7 @@ section.with-sidebar > div {
|
||||||
}
|
}
|
||||||
|
|
||||||
.files {
|
.files {
|
||||||
|
width: 100%;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue