about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2018-01-06 11:28:36 -0500
committerGitHub <noreply@github.com>2018-01-06 11:28:36 -0500
commita251c42192d0f8aa3481aae47429f4b732bfb623 (patch)
tree8b9d4b093b1e77561c9c063a2de0aa28b22abc04 /app/javascript/flavours/glitch/styles/components
parent2ec9a75a1de70e8b53b58c05e64a4772e5709fa3 (diff)
parentc71d84885511793a1a5ef613e0e4566f85c2ffe5 (diff)
Merge pull request #296 from glitch-soc/thread-mode
Threaded mode~
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss
index ab5fa4712..52d9ed105 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -134,6 +134,27 @@
   }
 }
 
+.composer--textarea--icons {
+  display: block;
+  position: absolute;
+  top: 29px;
+  right: 5px;
+  bottom: 5px;
+  overflow: hidden;
+
+  & > .textarea_icon {
+    display: block;
+    margin: 2px 0 0 2px;
+    width: 24px;
+    height: 24px;
+    color: darken($ui-primary-color, 24%);
+    font-size: 18px;
+    line-height: 24px;
+    text-align: center;
+    opacity: .8;
+  }
+}
+
 .composer--textarea--suggestions {
   display: block;
   position: absolute;