info size down for small screen

This commit is contained in:
ed barz 2022-06-02 10:08:49 +02:00
parent 09c06a63ef
commit 272e26bfc9
3 changed files with 28 additions and 7 deletions

View File

@ -352,7 +352,7 @@ nav.restotagcloud {
div.tabinfocontent { div.tabinfocontent {
padding: 10px; padding: 10px;
margin-top: 20px; margin-top: 20px;
font-size: 1.2rem; font-size: 1rem;
} }
div.tabinfocontent span.infotags { div.tabinfocontent span.infotags {

View File

@ -206,7 +206,10 @@ Vue.component('Menu',{
<div class="dish" v-for="d in s.list"> <div class="dish" v-for="d in s.list">
<h3 v-if="d.name !== 'blank'"> <h3 v-if="d.name !== 'blank'">
{{ d.name }} {{ d.name }}
<span v-if="d.hasOwnProperty('vege')" class="byl-icon-leaf vege"></span> <span
v-if="d.hasOwnProperty('vege')"
class="byl-icon-leaf vege">
</span>
</h3> </h3>
<ul v-if="d.name !== 'blank'"> <ul v-if="d.name !== 'blank'">
<p class="b9h-lang-fr"> {{ l2s(ings2ls(d.ing,"fr"), "fr") }}</p> <p class="b9h-lang-fr"> {{ l2s(ings2ls(d.ing,"fr"), "fr") }}</p>
@ -214,9 +217,27 @@ Vue.component('Menu',{
<p class="b9h-lang-it"> {{ l2s(ings2ls(d.ing,"it"), "it") }}</p> <p class="b9h-lang-it"> {{ l2s(ings2ls(d.ing,"it"), "it") }}</p>
</ul> </ul>
<ul v-else> <ul v-else>
<h3 class="b9h-lang-fr"> {{ l2s(ings2ls(d.ing,"fr"), "fr") }}</h3> <h3 class="b9h-lang-fr">
<h3 class="b9h-lang-en"> {{ l2s(ings2ls(d.ing,"en"), "en") }}</h3> {{ l2s(ings2ls(d.ing,"fr"), "fr") }}
<h3 class="b9h-lang-it"> {{ l2s(ings2ls(d.ing,"it"), "it") }}</h3> <span
v-if="d.hasOwnProperty('vege')"
class="byl-icon-leaf vege">
</span>
</h3>
<h3 class="b9h-lang-en">
{{ l2s(ings2ls(d.ing,"en"), "en") }}
<span
v-if="d.hasOwnProperty('vege')"
class="byl-icon-leaf vege">
</span>
</h3>
<h3 class="b9h-lang-it">
{{ l2s(ings2ls(d.ing,"it"), "it") }}
<span
v-if="d.hasOwnProperty('vege')"
class="byl-icon-leaf vege">
</span>
</h3>
</ul> </ul>
</div> </div>
</section> </section>

View File

@ -31,12 +31,12 @@ let ParkingLamy = {
it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.", it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.",
}, },
list : { list : {
h1 : { /* h1 : {
nameFR: "1h", nameFR: "1h",
nameEN: "1h", nameEN: "1h",
nameIT: "1h", nameIT: "1h",
price: "", price: "",
}, },*/
h24 : { h24 : {
nameFR: "24h", nameFR: "24h",
nameEN: "24h", nameEN: "24h",