Add orange board theme
[vchess.git] / client / src / components / Settings.vue
index 5b79e06..415e9d4 100644 (file)
@@ -45,6 +45,7 @@ div
             option(value="lichess") {{ st.tr["brown"] }}
             option(value="chesscom") {{ st.tr["green"] }}
             option(value="chesstempo") {{ st.tr["blue"] }}
+            option(value="orangecc") {{ st.tr["orange"] }}
         fieldset
           label(for="setSound")
             | {{ st.tr["Sound alert at game start"] }}
@@ -60,7 +61,7 @@ div
             v-model="st.settings.gotonext"
           )
         fieldset
-          label(for="setRandomness") {{ st.tr["Randomness against computer"] }}
+          label(for="setRandomness") {{ st.tr["Randomness"] }}
           select#setRandomness(v-model="st.settings.randomness")
             option(value="0") {{ st.tr["Deterministic"] }}
             option(value="1") {{ st.tr["Symmetric random"] }}
@@ -110,7 +111,7 @@ export default {
 
 <style lang="sass" scoped>
 [type="checkbox"].modal+div .card
-  max-width: 767px
+  max-width: 520px
   max-height: 100%
 #flagContainer
   display: inline-block