Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/controllers/settings/notifications_controller.rb
- app/javascript/packs/public.js
- app/views/settings/preferences/show.html.haml
- app/views/stream_entries/_simple_status.html.haml
- config/locales/simple_form.en.yml
- config/locales/simple_form.pl.yml
- config/navigation.rb
- config/routes.rb
This commit is contained in:
Thibaut Girka
2019-06-10 18:30:41 +02:00
192 changed files with 934 additions and 440 deletions

View File

@@ -659,7 +659,8 @@ $small-breakpoint: 960px;
align-items: center;
padding: 50px;
img {
svg {
fill: $primary-text-color;
height: 52px;
}

View File

@@ -197,7 +197,8 @@
}
}
.account-role {
.account-role,
.simple_form .recommended {
display: inline-block;
padding: 4px 6px;
cursor: default;

View File

@@ -1839,7 +1839,7 @@ a.account__display-name {
display: flex;
flex-direction: column;
@media screen and (min-width: 360px) {
@media screen and (min-width: $no-gap-breakpoint) {
padding: 0 10px;
}
}
@@ -2021,7 +2021,7 @@ a.account__display-name {
top: 15px;
}
@media screen and (min-width: 360px) {
@media screen and (min-width: $no-gap-breakpoint) {
padding: 10px 0;
}
@@ -2135,7 +2135,7 @@ a.account__display-name {
}
}
@media screen and (min-width: 360px) {
@media screen and (min-width: $no-gap-breakpoint) {
.tabs-bar {
margin: 10px auto;
margin-bottom: 0;
@@ -2212,17 +2212,6 @@ a.account__display-name {
height: calc(100% - 10px);
overflow-y: hidden;
.search__input {
line-height: 18px;
font-size: 16px;
padding: 15px;
padding-right: 30px;
}
.search__icon .fa {
top: 15px;
}
.navigation-bar {
padding-top: 20px;
padding-bottom: 20px;
@@ -2709,21 +2698,22 @@ a.account__display-name {
}
.setting-text {
color: $darker-text-color;
background: transparent;
border: 0;
border-bottom: 2px solid $ui-primary-color;
box-sizing: border-box;
display: block;
font-family: inherit;
margin-bottom: 10px;
padding: 7px 0;
box-sizing: border-box;
width: 100%;
margin: 0;
color: $inverted-text-color;
background: $simple-background-color;
padding: 10px;
font-family: inherit;
font-size: 14px;
resize: vertical;
border: 0;
outline: 0;
border-radius: 4px;
&:focus,
&:active {
color: $primary-text-color;
border-bottom-color: $highlight-text-color;
&:focus {
outline: 0;
}
@media screen and (max-width: 600px) {
@@ -3895,8 +3885,10 @@ a.status-card.compact:hover {
@include search-input;
display: block;
padding: 10px;
padding: 15px;
padding-right: 30px;
line-height: 18px;
font-size: 16px;
}
.search__icon {
@@ -3911,7 +3903,7 @@ a.status-card.compact:hover {
.fa {
position: absolute;
top: 10px;
top: 16px;
right: 10px;
z-index: 2;
display: inline-block;
@@ -3941,7 +3933,7 @@ a.status-card.compact:hover {
}
.fa-times-circle {
top: 11px;
top: 17px;
transform: rotate(0deg);
color: $action-button-color;
cursor: pointer;
@@ -4747,7 +4739,6 @@ a.status-card.compact:hover {
display: block;
text-decoration: none;
color: $secondary-text-color;
line-height: 0;
position: relative;
z-index: 1;
@@ -5474,8 +5465,8 @@ noscript {
}
.column-inline-form {
padding: 7px 15px;
padding-right: 5px;
padding: 15px;
padding-right: 0;
display: flex;
justify-content: flex-start;
align-items: center;
@@ -5486,7 +5477,6 @@ noscript {
input {
width: 100%;
margin-bottom: 6px;
&:focus {
outline: 0;
@@ -5496,7 +5486,7 @@ noscript {
.icon-button {
flex: 0 0 auto;
margin: 0 5px;
margin: 0 10px;
}
}

View File

@@ -21,7 +21,8 @@
justify-content: center;
align-items: center;
img {
svg {
fill: $primary-text-color;
height: 42px;
margin-right: 10px;
}
@@ -256,12 +257,13 @@
display: block;
padding: 15px;
img {
svg {
display: block;
height: 18px;
width: auto;
position: relative;
bottom: -2px;
fill: $primary-text-color;
@media screen and (max-width: $no-gap-breakpoint) {
height: 20px;

View File

@@ -79,6 +79,12 @@ code {
text-decoration: none;
}
}
.recommended {
position: absolute;
margin: 0 4px;
margin-top: -2px;
}
}
}
@@ -443,6 +449,10 @@ code {
height: 41px;
}
h4 {
margin-bottom: 15px !important;
}
.label_input {
&__wrapper {
position: relative;

View File

@@ -43,6 +43,10 @@ body.rtl {
left: 10px;
}
.columns-area {
direction: rtl;
}
.column-header__buttons {
left: 0;
right: auto;

View File

@@ -4,6 +4,10 @@
overflow: hidden;
margin-bottom: 10px;
&--under-tabs {
border-radius: 0 0 4px 4px;
}
@media screen and (max-width: $no-gap-breakpoint) {
margin-bottom: 0;
border-radius: 0;