feat(frontend): makes layout fluid for less whitespace
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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,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">
|
||||
|
||||
Reference in New Issue
Block a user