aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-18 17:41:43 +0200
committershpuld <shp@cock.li>2017-11-18 17:41:43 +0200
commita7500410ff17fbf742336d065a1dfedf87df587b (patch)
tree11410aed1012f1b98ecabb4cb2b7fb47ec52f273 /src/components/style_switcher/style_switcher.vue
parent3534a9a62ff9011e44a92f6ba4944155908325cb (diff)
Fix color inputs to wrap on mobile, fix timeline background color to not clash with panel headings.
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
-rw-r--r--src/components/style_switcher/style_switcher.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 30dfdf8d..f92f7299 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -49,16 +49,17 @@
.color-container {
display: flex;
+ flex-wrap: wrap;
}
.color-item {
- max-width: 7em;
+ max-width: 9em;
display:flex;
flex-wrap:wrap;
}
.theme-color-in {
- max-width: 6em;
+ max-width: 8em;
border-radius: 2px;
border: 0;
padding: 5px;