Skip to content
Snippets Groups Projects
Commit b1c0b5ab authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

re meta#267 forkorter label "begge ordbøkene" v/ smal skjerm

parent 90705cc1
No related branches found
No related tags found
No related merge requests found
......@@ -10,21 +10,21 @@
<div class="lang_select_container">
<v-radio-group row v-model="lang">
<template v-slot:label>
<span>VIS TREFF </span>
<span>VIS TREFF I</span>
</template>
<v-radio value="bob,nob" color="secondary">
<template v-slot:label>
<span>Begge ordbøker</span>
<span>begge<span class="verbose"> ordbøkene</span></span>
</template>
</v-radio>
<v-radio value="bob" color="secondary">
<template v-slot:label>
<span>Bokmål</span>
<span>bokmål</span>
</template>
</v-radio>
<v-radio value="nob" color="secondary">
<template v-slot:label>
<span>Nynorsk</span>
<span>nynorsk</span>
</template>
</v-radio>
</v-radio-group>
......@@ -370,6 +370,12 @@ header, #search_results, #spinner, #single_article_container, footer, div.welcom
padding-right: calc((100vw - 1000px) / 2);
}
@media (max-width: 500px) {
.verbose {
display: none;
}
}
#spinner {
padding-top: 40px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment