diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-08 02:52:15 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-08 02:52:15 +0300 |
| commit | 2e95193559b51d81a3e6de6f29ec277a842556cc (patch) | |
| tree | 5725b1f2f1de3cbf0a1baa4003f6d788d4eed095 /src/components/style_switcher | |
| parent | b23bd076c320b84d47bf062c5b969236eb77479a (diff) | |
localisations and stuff
Diffstat (limited to 'src/components/style_switcher')
| -rw-r--r-- | src/components/style_switcher/style_switcher.vue | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue index b096f00e..cfc2d83d 100644 --- a/src/components/style_switcher/style_switcher.vue +++ b/src/components/style_switcher/style_switcher.vue @@ -52,6 +52,7 @@ </div> </div> <div class="radius-container"> + <p>{{$t('settings.radii_help')}}</p> <div class="radius-item"> <label for="btnradius" class="theme-radius-lb">{{$t('settings.btnRadius')}}</label> <input id="btnradius" class="theme-radius-rn" type="range" v-model="btnRadiusLocal"> @@ -121,8 +122,20 @@ margin-right: 1em; } +.radius-container, .color-container { display: flex; + + p { + margin-top: 2em; + margin-bottom: .5em; + } +} +.radius-container { + flex-direction: column; +} + +.color-container { flex-wrap: wrap; justify-content: space-between; } |
