mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Add shadow to navbar #587
This commit is contained in:
parent
a31ddf75be
commit
64dd94fe6a
@ -3,6 +3,7 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%)
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-hide-navbar {
|
.auto-hide-navbar {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<ngx-loading-bar [includeSpinner]="false" color="#337ab7" height="3px"></ngx-loading-bar>
|
<ngx-loading-bar [includeSpinner]="false" color="#337ab7" height="3px"></ngx-loading-bar>
|
||||||
<div #navContainer class="navbar-container auto-hide-navbar "
|
<div #navContainer class="navbar-container auto-hide-navbar"
|
||||||
[class.navbar-keep-top]="navbarKeepTop"
|
[class.navbar-keep-top]="navbarKeepTop"
|
||||||
[class.hide-navbar]="!navbarKeepTop && shouldHideNavbar"
|
[class.hide-navbar]="!navbarKeepTop && shouldHideNavbar"
|
||||||
[class.animate-navbar]="animateNavbar">
|
[class.animate-navbar]="animateNavbar">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user