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 @@ ...@@ -10,21 +10,21 @@
<div class="lang_select_container"> <div class="lang_select_container">
<v-radio-group row v-model="lang"> <v-radio-group row v-model="lang">
<template v-slot:label> <template v-slot:label>
<span>VIS TREFF </span> <span>VIS TREFF I</span>
</template> </template>
<v-radio value="bob,nob" color="secondary"> <v-radio value="bob,nob" color="secondary">
<template v-slot:label> <template v-slot:label>
<span>Begge ordbøker</span> <span>begge<span class="verbose"> ordbøkene</span></span>
</template> </template>
</v-radio> </v-radio>
<v-radio value="bob" color="secondary"> <v-radio value="bob" color="secondary">
<template v-slot:label> <template v-slot:label>
<span>Bokmål</span> <span>bokmål</span>
</template> </template>
</v-radio> </v-radio>
<v-radio value="nob" color="secondary"> <v-radio value="nob" color="secondary">
<template v-slot:label> <template v-slot:label>
<span>Nynorsk</span> <span>nynorsk</span>
</template> </template>
</v-radio> </v-radio>
</v-radio-group> </v-radio-group>
...@@ -370,6 +370,12 @@ header, #search_results, #spinner, #single_article_container, footer, div.welcom ...@@ -370,6 +370,12 @@ header, #search_results, #spinner, #single_article_container, footer, div.welcom
padding-right: calc((100vw - 1000px) / 2); padding-right: calc((100vw - 1000px) / 2);
} }
@media (max-width: 500px) {
.verbose {
display: none;
}
}
#spinner { #spinner {
padding-top: 40px; 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