fixed logo sizes
This commit is contained in:
BIN
IMG_9020.PNG
Normal file
BIN
IMG_9020.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 759 KiB |
BIN
IMG_9021.PNG
Normal file
BIN
IMG_9021.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 947 KiB |
BIN
IMG_9022.PNG
Normal file
BIN
IMG_9022.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@@ -21,7 +21,7 @@
|
||||
<div class="d-flex motovaultpro-navbar">
|
||||
<div class="me-2" style="cursor:pointer;" onclick="returnToGarage()">
|
||||
<img src="@config.GetSmallLogoUrl()" class="motovaultpro-logo motovaultpro-tab" />
|
||||
<img src="@config.GetLogoUrl()" class="motovaultpro-logo motovaultpro-mobile-nav-show" />
|
||||
<img src="@config.GetSmallLogoUrl()" class="motovaultpro-logo motovaultpro-mobile-nav-show" />
|
||||
</div>
|
||||
<ul class="nav nav-tabs motovaultpro-tab flex-grow-1" id="homeTab" role="tablist">
|
||||
<li class="nav-item" role="presentation">
|
||||
|
||||
@@ -269,6 +269,7 @@ html {
|
||||
|
||||
.motovaultpro-navbar {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.motovaultpro-navbar-button {
|
||||
@@ -287,6 +288,7 @@ html {
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
.motovaultpro-mobile-nav {
|
||||
background-color: var(--bs-body-bg);
|
||||
height: 100vh;
|
||||
@@ -625,9 +627,11 @@ html[data-bs-theme="light"] .frosted {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
.no-top-pad {
|
||||
margin-top: calc(-48px - 2.5rem);
|
||||
}
|
||||
.sticky-top-nav {
|
||||
top: calc(48px + 2.5rem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user