diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2018-01-05 18:23:06 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2018-01-05 21:16:43 -0800 |
commit | e4bc013d6f5e0fb8c6e612460182207a6c5d1c43 (patch) | |
tree | 467f470a0afa2149fcbec92b7678799371c4cc13 /app/javascript/flavours/glitch/styles | |
parent | 6932b464e6952a9d29787a140a026dce724bfb59 (diff) |
Threaded mode~
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/composer.scss | 21 |
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; |