Revert auth screen and topbar title padding
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="header-navigation d-flex align-items-center sticky-top pr-3">
|
||||
<div class="header-navigation d-flex align-items-center sticky-top pr-3 pl-5">
|
||||
<div
|
||||
class="spacer"
|
||||
:class="{
|
||||
@@ -8,7 +8,7 @@
|
||||
/>
|
||||
|
||||
<h2
|
||||
class="d-none d-sm-inline-block text-truncate mb-0"
|
||||
class="d-none d-sm-inline-block text-truncate mb-0 ml-1"
|
||||
>
|
||||
<slot name="title" />
|
||||
</h2>
|
||||
@@ -269,6 +269,10 @@ $nav-user-icon-size: 50px;
|
||||
width: 100vw;
|
||||
height: $header-height;
|
||||
background-color: #F3F3F5 !important;
|
||||
|
||||
h2 {
|
||||
padding-left: calc(0.5rem + 2px);
|
||||
}
|
||||
}
|
||||
|
||||
.topbar-dropdown-menu {
|
||||
@@ -277,7 +281,7 @@ $nav-user-icon-size: 50px;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
min-width: 66px;
|
||||
min-width: 0px;
|
||||
-webkit-transition: min-width 0.15s ease-in-out;
|
||||
-moz-transition: min-width 0.15s ease-in-out;
|
||||
-o-transition: min-width 0.15s ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user