add latest

This commit is contained in:
2022-09-24 00:05:13 +01:00
parent 8a7f1c3f31
commit 39d53e2459
5 changed files with 24 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<template>
<q-layout view="lHh Lpr lFf">
<q-layout view="lHh Lpr lFf" class="custom-width">
<q-header>
<q-toolbar class="border-black-bottom-med bg-white text-black">
<q-btn
@@ -62,4 +62,8 @@ function toggleLeftDrawer() {
.no-link-border {
text-decoration: none;
}
.custom-width {
width: 5000px;
}
</style>