Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
cba0e0a8
Commit
cba0e0a8
authored
May 08, 2020
by
Nils Windisch
Browse files
IMPROVEMENT bottom
parent
593bc626
Pipeline
#134014
passed with stages
in 4 minutes and 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/language.vue
View file @
cba0e0a8
<
template
>
<div
class=
"language"
>
<q-btn
flat
...
...
src/components/quasar-bottom.vue
View file @
cba0e0a8
<
template
>
<div
class=
"bottom"
>
<q-separator
/>
<Language
/>
</div>
</
template
>
...
...
@@ -14,3 +15,12 @@ export default {
},
};
</
script
>
<
style
>
.bottom
{
background
:
white
;
position
:
fixed
;
bottom
:
0
;
width
:
100%
;
}
</
style
>
src/views/quasar-mainview.vue
View file @
cba0e0a8
...
...
@@ -58,7 +58,6 @@
</q-splitter>
</template>
</q-splitter>
<q-separator
/>
<Bottom
/>
</q-page>
</template>
...
...
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