refactor: remove padding right in toolbar to move toolbar buttons to the right corner
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.collapsible .v-toolbar__content {
|
||||
.v-card.panel .v-toolbar__content {
|
||||
padding-right: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<template>
|
||||
<v-card :class="cardClass+' '+(marginBottom ? 'mb-6' : '')+' '+(!expand ? 'expanded' : '')" :loading="loading">
|
||||
<v-card :class="'panel '+cardClass+' '+(marginBottom ? 'mb-6' : '')+' '+(!expand ? 'expanded' : '')" :loading="loading">
|
||||
<v-toolbar flat dense :color="toolbarColor" :class="getToolbarClass" >
|
||||
<slot name="buttons-left"></slot>
|
||||
<v-toolbar-title class="d-flex align-center">
|
||||
|
Reference in New Issue
Block a user