]> cat aescling's git repositories - mastodon.git/commitdiff
Fix some glitch-soc styling issues due to different class names
authorClaire <claire.github-309c@sitedethib.com>
Fri, 12 Nov 2021 14:45:36 +0000 (15:45 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Fri, 12 Nov 2021 15:29:36 +0000 (16:29 +0100)
Partial fix to #1629

app/javascript/flavours/glitch/styles/containers.scss
app/javascript/flavours/glitch/styles/contrast/diff.scss
app/javascript/flavours/glitch/styles/rtl.scss

index 63374f3c38168c5d395c50be1ad7e44c2626e88d..eb72eab2882b39f018ad6df31853ec2c0de10b1a 100644 (file)
@@ -44,7 +44,7 @@
 }
 
 .compose-standalone {
-  .compose-form {
+  .composer {
     width: 400px;
     margin: 0 auto;
     padding: 20px 0;
index 0f3a6cc6d91ad6d849df0b28462b54dc697a85f1..9bd31cd7ea52a7d5fbda3c1a720879d3845ce7a7 100644 (file)
@@ -1,17 +1,4 @@
 // components.scss
-.compose-form {
-  .compose-form__modifiers {
-    .compose-form__upload {
-      &-description {
-        input {
-          &::placeholder {
-            opacity: 1.0;
-          }
-        }
-      }
-    }
-  }
-}
 
 .rich-formatting a,
 .rich-formatting p a,
index 61e95ad243615c4bf128f9074a9e2418a6bd5593..afa05d93e5529f1e46e7985499f3237c129c58d9 100644 (file)
@@ -51,7 +51,7 @@ body.rtl {
     margin-left: 5px;
   }
 
-  .compose-form .compose-form__buttons-wrapper .character-counter__wrapper {
+  .composer .compose--counter-wrapper {
     margin-right: 0;
     margin-left: 4px;
   }