diff --git a/src/App.vue b/src/App.vue index 2525f03..3697ec4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -42,7 +42,7 @@ diff --git a/src/components/modals/Modal.vue b/src/components/modals/Modal.vue index 09d778f..b9c9eef 100644 --- a/src/components/modals/Modal.vue +++ b/src/components/modals/Modal.vue @@ -65,7 +65,6 @@ export default { box-shadow: 2px 2px 20px 1px #000; display: flex; flex-direction: column; - max-height: 95vh; width: 90vw; max-width: 1800px; @@ -73,7 +72,9 @@ export default { .vote-history &, .night-reference &, .characters & { - overflow-y: auto; + overflow: auto; + max-height: 95vh; + scrollbar-gutter: stable both-edges; } .roles &, diff --git a/src/main.js b/src/main.js index 5439071..4a5fbf3 100644 --- a/src/main.js +++ b/src/main.js @@ -34,6 +34,7 @@ const faIcons = [ "MinusSquare", "Music", "PeopleArrows", + "Play", "PlusCircle", "Question", "Random", diff --git a/src/store/locale/en/ui.json b/src/store/locale/en/ui.json index 0b0dde9..5d97e05 100644 --- a/src/store/locale/en/ui.json +++ b/src/store/locale/en/ui.json @@ -168,10 +168,11 @@ "edition": { "title": "Select an edition:", "tab": { - "official": "Official scripts", - "popular": "Popular scripts", + "official": "Official", + "popular": "Popular", "teensyville": "Teensyville", - "custom": "Load custom" + "custom": "Custom", + "build": "Build" }, "custom": { "introStart": "To play with a custom script, you need to select the characters you want to play with in the official", @@ -277,4 +278,4 @@ "customMessages": ["","The debate is open","(Custom)"] } } -} +} \ No newline at end of file diff --git a/src/store/locale/fr/ui.json b/src/store/locale/fr/ui.json index 6c43789..86a6d1a 100644 --- a/src/store/locale/fr/ui.json +++ b/src/store/locale/fr/ui.json @@ -168,10 +168,11 @@ "edition": { "title": "Choisir un Scénario :", "tab": { - "official": "Scénarios officiels", - "popular": "Scripts populaires", + "official": "Officiels", + "popular": "Populaires", "teensyville": "Teensyville", - "custom": "Partie personnalisée" + "custom": "Personnaliser", + "build": "Créer" }, "custom": { "introStart": "Pour jouer avec un script personnalisé, vous pouvez sélectionner les personnages de votre choix grace à l'", @@ -185,7 +186,8 @@ "upload": "Téléversersement JSON", "url": "Entrer une URL", "clipboard": "Presse-papier", - "back": "Retour" + "back": "Retour", + "startDraft": "Démarrer un draft" } }, "fabled": { @@ -277,4 +279,4 @@ "customMessages": ["","Le débat est ouvert","(Personnalisé)"] } } -} +} \ No newline at end of file