minor
This commit is contained in:
@@ -31,7 +31,8 @@ li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#calh {
|
#calh {
|
||||||
height: 292px;
|
/* this is to avoid content shift layout as v-calendar does not support SSR */
|
||||||
|
height: 268px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
v-app-bar(app aria-label='Menu' height=64)
|
v-app-bar(app aria-label='Menu' height=64)
|
||||||
|
|
||||||
//- logo, title and description
|
//- logo, title and description
|
||||||
v-list-item.pa-0.pa-md-2(:to='$route.name==="index"?"/about":"/"')
|
v-list-item.pa-0(:to='$route.name==="index"?"/about":"/"')
|
||||||
v-list-item-avatar.ma-xs-1(tile)
|
v-list-item-avatar.ma-xs-1(tile)
|
||||||
img(src='/logo.png' height='40')
|
img(src='/logo.png' height='40')
|
||||||
v-list-item-content.d-flex
|
v-list-item-content.d-flex
|
||||||
|
|||||||
Reference in New Issue
Block a user