summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-27 05:13:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-27 05:13:11 +0900
commit52911cc9fd46fe10a0d71d1b54f023ebfc7293ff (patch)
treed8abf01649bf839c8b4a79f82372a0fbe67febee /src
parentImprove doc (diff)
downloadsharkey-52911cc9fd46fe10a0d71d1b54f023ebfc7293ff.tar.gz
sharkey-52911cc9fd46fe10a0d71d1b54f023ebfc7293ff.tar.bz2
sharkey-52911cc9fd46fe10a0d71d1b54f023ebfc7293ff.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/mobile/views/components/ui-container.vue7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/app/mobile/views/components/ui-container.vue b/src/client/app/mobile/views/components/ui-container.vue
index 29f3ce045f..73310c02ec 100644
--- a/src/client/app/mobile/views/components/ui-container.vue
+++ b/src/client/app/mobile/views/components/ui-container.vue
@@ -1,5 +1,5 @@
<template>
-<div class="ukygtjoj" :class="{ naked, inNakedDeckColumn, hideHeader: !showHeader, shadow: $store.state.device.useShadow }">
+<div class="ukygtjoj" :class="{ naked, inNakedDeckColumn, hideHeader: !showHeader, shadow: $store.state.device.useShadow, round: $store.state.device.roundedCorners }">
<header v-if="showHeader">
<div class="title"><slot name="header"></slot></div>
<slot name="func"></slot>
@@ -59,7 +59,9 @@ export default Vue.extend({
&:not(.inNakedDeckColumn)
background var(--face)
- border-radius 8px
+
+ &.round
+ border-radius 8px
&.shadow
box-shadow 0 4px 16px rgba(#000, 0.1)
@@ -82,7 +84,6 @@ export default Vue.extend({
font-weight normal
color var(--faceHeaderText)
background var(--faceHeader)
- border-radius 8px 8px 0 0
> [data-icon]
margin-right 6px