Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Språksamlingane
beta.ordbok.uib.no
Commits
f11c073d
Commit
f11c073d
authored
May 11, 2022
by
Henrik Askjer
Browse files
Merge branch 'prod' of git.app.uib.no:spraksamlingane/beta.ordbok.uib.no into dev
parents
472af1f5
713955de
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
f11c073d
...
...
@@ -87,7 +87,7 @@ import FooterMenu from './components/FooterMenu.vue'
font-style
:
normal
;
font-weight
:
700
;
font-display
:
swap
;
src
:
url('./assets/fC14PYxPY3rXxEndZJAzN3wQUjjCjl0.woff2')
format
(
'woff2'
);
src
:
url('./assets/fC14PYxPY3rXxEndZJAzN3wQUjjCjl0.woff2')
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
...
...
@@ -97,7 +97,7 @@ import FooterMenu from './components/FooterMenu.vue'
font-style
:
normal
;
font-weight
:
400
;
font-display
:
swap
;
src
:
url('./assets/o-0IIpQlx3QUlC5A4PNr5TRA.woff2')
format
(
'woff2'
);
src
:
url('./assets/o-0IIpQlx3QUlC5A4PNr5TRA.woff2')
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
...
...
@@ -106,7 +106,7 @@ import FooterMenu from './components/FooterMenu.vue'
font-style
:
italic
;
font-weight
:
400
;
font-display
:
swap
;
src
:
url('./assets/o-0OIpQlx3QUlC5A4PNr4ARCQ_k.woff2')
format
(
'woff2'
);
src
:
url('./assets/o-0OIpQlx3QUlC5A4PNr4ARCQ_k.woff2')
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
...
...
@@ -145,6 +145,21 @@ h1 {
color
:
var
(
--v-primary-base
)
}
p
a
,
article
a
,
.search_notification
a
,
.did_you_mean
a
,
.info-card
a
{
color
:
var
(
--v-text-base
)
!important
;
text-decoration
:
none
;
border-bottom
:
1px
solid
var
(
--v-anchor-base
);
}
p
a
:hover
,
article
a
:hover
,
.search_notification
a
:hover
,
.info-card
a
:hover
{
color
:
var
(
--v-anchor-base
)
!important
;
}
a
.article_header
{
border
:
none
;
}
.banner
h1
{
font-size
:
48px
;
}
...
...
src/components/DefElement.vue
View file @
f11c073d
...
...
@@ -165,10 +165,6 @@ i {
font-style
:
normal
;
}
.article_ref
{
text-decoration
:
none
;
}
.link_text
{
text-decoration
:
underline
;
...
...
src/components/DictionaryView.vue
View file @
f11c073d
...
...
@@ -74,7 +74,7 @@
--><
router
-
link
:
to
=
"
generate_path({q: item[0]
}
)
"
@
click
.
native
=
"
inflection_link(item[0])
"
>
{{
item
[
0
]
}}
<
/router-link><!-
-
-->
{{
index
==
inflection_suggestions
.
length
-
1
?
'
.
'
:
'
,
'
}}
<
/span
>
<
p
class
=
"
below-notification
"
<
/p>
<p class="below-notification
"
v
-
if
=
"
lang=='bm' && suggest_other_dict
"
>
{{
$t
(
'
notifications.suggest_dict[1]
'
)
}}
<
router
-
link
:
to
=
"
generate_lang_path('nn')
"
@
click
.
native
=
"
language_link('nn')
"
>
{{
$t
(
'
dicts.nn
'
)
}}
<
/router-link><!-
-
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment