Initial scss refactor

This commit is contained in:
ncls7615
2018-01-14 03:41:20 +09:00
parent e2ce628724
commit 6a73c8c8a2
19 changed files with 1848 additions and 600 deletions

View File

@@ -1,4 +1,6 @@
.composer { padding: 10px }
.composer {
padding: 10px;
}
.composer--spoiler {
input {
@@ -102,6 +104,17 @@
}
}
.emoji-picker-dropdown {
position: absolute;
right: 5px;
top: 5px;
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
.composer--textarea {
position: relative;