Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
cd4b0a04
Commit
cd4b0a04
authored
Apr 26, 2021
by
Mathias Goebel
Browse files
chore: move @style to css class
parent
b217df84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
cd4b0a04
<
template
>
<q-layout
id=
"q-app"
class=
"root viewport"
view=
"hHh Lpr fFf"
class=
"app"
style=
"height: 100vh;"
...
...
@@ -352,17 +353,13 @@ export default {
</
script
>
<
style
scoped
>
.
app
{
.
root
{
display
:
flex
;
flex
:
1
;
flex-direction
:
column
;
overflow
:
hidden
;
}
.root
{
display
:
flex
;
flex
:
1
;
flex-direction
:
column
;
overflow
:
hidden
;
height
:
100
vh
;
}
</
style
>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment