Skip to content
Snippets Groups Projects
Commit f5034217 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove inline styles

parent c1119c38
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
Pipeline #107012 failed
......@@ -2,7 +2,7 @@
<img
:src="sitePreferences.themeLogo.url"
:alt="sitePreferences.generalTitle + ' – Logo'"
style="width: 100%"
class="fullsize"
/>
</template>
......
......@@ -54,9 +54,4 @@ export default {
}
</script>
<style scoped>
.fullsize {
width: 100%;
height: 100%;
}
</style>
<style scoped></style>
......@@ -30,3 +30,8 @@ h6,
height: 100%;
overflow-y: scroll;
}
.fullsize {
width: 100%;
height: 100%;
}
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