Merge pull request #296 from glitch-soc/thread-mode

Threaded mode~
This commit is contained in:
beatrix
2018-01-06 11:28:36 -05:00
committed by GitHub
10 changed files with 217 additions and 48 deletions

View File

@@ -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;