feat(frontend): makes layout fluid for less whitespace

This commit is contained in:
Dimitrie Stefanescu
2021-05-10 17:16:16 +01:00
parent b1f963451f
commit d4348f24c7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<v-app id="speckle">
<v-app-bar app>
<v-container class="py-0 fill-height hidden-sm-and-down">
<v-container fluid class="py-0 fill-height hidden-sm-and-down">
<v-btn text to="/" active-class="no-active">
<v-img class="" contain max-height="30" max-width="30" src="@/assets/logo.svg" />
<div class="logo">
+2 -2
View File
@@ -1,7 +1,7 @@
<template>
<v-container>
<v-container fluid>
<v-row v-if="stream">
<v-col cols="12" sm="12" md="4" lg="3" xl="2">
<v-col cols="12" sm="12" md="4" lg="3" xl="4">
<sidebar-stream :user-role="userRole"></sidebar-stream>
</v-col>
<v-col cols="12" sm="12" md="8" lg="9" xl="8" class="pt-10">
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<v-container>
<v-container fluid>
<v-row>
<v-col cols="12" sm="12" md="4" lg="3" xl="2">
<v-card rounded="lg" class="mt-5 mx-5" elevation="0" color="background">