Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beta.ordbok.uib.no
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Språksamlingane
beta.ordbok.uib.no
Commits
430a0d68
Commit
430a0d68
authored
3 years ago
by
Henrik Askjer
Browse files
Options
Downloads
Patches
Plain Diff
absolute button width
parent
9505777a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/App.vue
+4
-4
4 additions, 4 deletions
src/App.vue
with
4 additions
and
4 deletions
src/App.vue
+
4
−
4
View file @
430a0d68
...
...
@@ -6,12 +6,12 @@
<v-spacer/>
<v-toolbar-items
class=
"hidden-sm-and-down"
>
<v-divider
vertical
/>
<v-btn
text
><v-icon
left
>
public
</v-icon>
Bokmål
<v-icon
right
>
expand_more
</v-icon></v-btn>
<v-btn
text
width=
"200"
:class=
"$vuetify.breakpoint.name"
><v-icon
left
>
public
</v-icon>
Bokmål
<v-icon
right
>
expand_more
</v-icon></v-btn>
<v-divider
vertical
/>
<v-btn
text
><v-icon
left
>
settings
</v-icon>
Instillinger
<v-icon
right
>
expand_more
</v-icon></v-btn>
<v-btn
text
width=
"200"
><v-icon
left
>
settings
</v-icon>
Instillinger
<v-icon
right
>
expand_more
</v-icon></v-btn>
<v-divider
vertical
/>
<v-btn
text
@
click=
"toggleAbout"
><v-icon
left
>
{{
$route
.
name
==
'
about
'
?
"
chevron_left
"
:
"
info
"
}}
</v-icon>
{{
$route
.
name
==
'
about
'
?
"
Tilbake
"
:
"
Om ordbøkene
"
}}
</v-btn>
<v-btn
text
width=
"200"
@
click=
"toggleAbout"
><v-icon
left
>
{{
$route
.
name
==
'
about
'
?
"
chevron_left
"
:
"
info
"
}}
</v-icon>
{{
$route
.
name
==
'
about
'
?
"
Tilbake
"
:
"
Om ordbøkene
"
}}
</v-btn>
<v-divider
vertical
/>
</v-toolbar-items>
<v-toolbar-items
class=
"hidden-md-and-up"
>
<v-divider
vertical
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment