Skip to content
Snippets Groups Projects
Commit 68db1411 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fix padding bug in settings

parent d3db4f3d
No related branches found
No related tags found
No related merge requests found
<template> <template>
<v-app id="app"> <v-app id="app">
<header> <header>
<v-toolbar dense dark color="primary"> <v-toolbar class = "top-bar" dense dark color="primary">
<div class="beta" :title="release">{{version_label}}</div> <div class="beta" :title="release">{{version_label}}</div>
<v-spacer/> <v-spacer/>
<v-toolbar-items class="hidden-sm-and-down"> <v-toolbar-items class="hidden-sm-and-down">
...@@ -142,11 +142,9 @@ footer a { ...@@ -142,11 +142,9 @@ footer a {
color: #ffffff !important; color: #ffffff !important;
} }
.v-toolbar__content { .top-bar .v-toolbar__content {
padding-left: calc((100vw - 1200px) / 2) !important; padding-left: calc((100vw - 1200px) / 2) !important;
padding-right: calc((100vw - 1200px) / 2) !important; padding-right: calc((100vw - 1200px) / 2) !important;
} }
.banner { .banner {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment