summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_dropdown.scss1
-rw-r--r--webapp/sass/responsive/_mobile.scss22
-rw-r--r--webapp/sass/routes/_admin-console.scss1
3 files changed, 21 insertions, 3 deletions
diff --git a/webapp/sass/components/_dropdown.scss b/webapp/sass/components/_dropdown.scss
index eaa5c463f..91d325002 100644
--- a/webapp/sass/components/_dropdown.scss
+++ b/webapp/sass/components/_dropdown.scss
@@ -4,6 +4,7 @@
border-radius: $border-rad;
&.colorpicker {
+ min-width: 125px;
z-index: 2500;
}
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;
}
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 38a765d22..4776810df 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -266,6 +266,7 @@
z-index: 5;
.dropdown-menu {
+ max-width: 200px;
min-width: 200px;
}