]> cat aescling's git repositories - mastodon.git/commitdiff
Attempt to fix CSS
authorThibaut Girka <thib@sitedethib.com>
Thu, 11 Apr 2019 16:14:28 +0000 (18:14 +0200)
committerThibG <thib@sitedethib.com>
Fri, 26 Apr 2019 20:38:03 +0000 (22:38 +0200)
app/javascript/flavours/glitch/styles/components/composer.scss
app/javascript/flavours/glitch/styles/polls.scss

index c7851b56135383cb563b87b9630949d5a8b231ea..e5eb6e64fee81f278f2ecf4d2a97aeaa72b314f2 100644 (file)
   }
 }
 
-.composer--textarea {
+.composer--textarea,
+.autosuggest-input {
   position: relative;
 
   label {
index 6030e1e982dae42ea6d0c1a27adb0be4ce6e0e3d..315fd5782fa0c3e4e18e7db5e5444a5e4e1d2c7d 100644 (file)
       display: none;
     }
 
+    .autossugest-input {
+      flex: 1 1 auto;
+    }
+
     input[type=text] {
       display: block;
       box-sizing: border-box;
-      flex: 1 1 auto;
-      width: 20px;
+      width: 100%;
       font-size: 14px;
       color: $inverted-text-color;
       display: block;
@@ -64,6 +67,7 @@
     &.editable {
       display: flex;
       align-items: center;
+      overflow: visible;
     }
   }