summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/layout/_forms.scss6
-rw-r--r--webapp/sass/layout/_webhooks.scss4
-rw-r--r--webapp/sass/responsive/_desktop.scss17
-rw-r--r--webapp/sass/responsive/_mobile.scss4
-rw-r--r--webapp/sass/routes/_settings.scss4
5 files changed, 14 insertions, 21 deletions
diff --git a/webapp/sass/layout/_forms.scss b/webapp/sass/layout/_forms.scss
index 64c74b0a5..c5f00c813 100644
--- a/webapp/sass/layout/_forms.scss
+++ b/webapp/sass/layout/_forms.scss
@@ -69,8 +69,10 @@
color: $red;
}
- .control-label {
- color: inherit;
+ .form__label {
+ &.control-label {
+ color: inherit;
+ }
}
&.radio,
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index 57b8beaee..9cfca2a3c 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -46,7 +46,7 @@
border-radius: 4px;
border-style: solid;
border-width: 1px;
- margin: 0 0 5px 0;
+ margin-top: 5px;
padding: 2px 5px;
}
@@ -140,7 +140,7 @@
&.attachment__image--openraph {
margin-bottom: 0;
max-height: 80px;
- max-width: 200px;
+ max-width: 100%;
&.loading {
height: 80px;
diff --git a/webapp/sass/responsive/_desktop.scss b/webapp/sass/responsive/_desktop.scss
index f671104e1..891431f20 100644
--- a/webapp/sass/responsive/_desktop.scss
+++ b/webapp/sass/responsive/_desktop.scss
@@ -76,23 +76,6 @@
}
}
}
-
- &.move--left {
- .post {
- &.post--root,
- &.other--root {
- .post__header {
- padding-right: 70px;
- }
- }
-
- &.post--comment {
- .post__header {
- padding-right: 70px;
- }
- }
- }
- }
}
}
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 88dcc17f5..e47ba26aa 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,10 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .post-code {
+ word-wrap: normal;
+ }
+
.table-responsive {
border: none;
}
diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss
index a150e8904..5b1fcdf9e 100644
--- a/webapp/sass/routes/_settings.scss
+++ b/webapp/sass/routes/_settings.scss
@@ -80,6 +80,10 @@
label {
font-weight: 600;
+
+ &.has-error {
+ font-weight: normal;
+ }
}
.no-padding--left {