summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-08-01 20:17:27 +0500
committerChristopher Speller <crspeller@gmail.com>2016-08-01 11:17:27 -0400
commitb263b0eb98678a8a55d8c8adeb9bb22323a706f6 (patch)
tree330b39eb09734c7d5c3033fc7375ccf518fdd0d1 /webapp/sass/responsive/_mobile.scss
parent0b5a25a39ef5aaca7044118d6fd9abd099e40697 (diff)
downloadchat-b263b0eb98678a8a55d8c8adeb9bb22323a706f6.tar.gz
chat-b263b0eb98678a8a55d8c8adeb9bb22323a706f6.tar.bz2
chat-b263b0eb98678a8a55d8c8adeb9bb22323a706f6.zip
Multiple Ui improvements (#3678)
* Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss22
1 files changed, 19 insertions, 3 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index fcbf23b1c..53a9f6c7d 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1,6 +1,10 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
+ .scrollbar--view {
+ margin-right: 0 !important;
+ }
+
#post-list {
.post-list-holder-by-time {
.modal-open & {
@@ -64,11 +68,11 @@
.post {
.post__dropdown {
display: inline-block;
- height: 20px;
- line-height: 9px;
+ height: 28px;
+ line-height: 21px;
text-align: center;
text-decoration: none;
- width: 20px;
+ width: 28px;
&:after {
content: '...';
@@ -393,6 +397,18 @@
display: block;
.settings-content {
+ .appearance-section {
+ .theme-elements {
+ .element {
+ margin-right: 10px;
+
+ &:nth-child(2n) {
+ margin-right: 10px;
+ }
+ }
+ }
+ }
+
&.minimize-settings {
display: block;
}