mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
fixes mobile nav bar and notification position
This commit is contained in:
parent
fbed18a984
commit
68a43cb590
|
@ -673,6 +673,9 @@ th.css-accessory > .th-inner::before
|
|||
}
|
||||
|
||||
@media screen and (max-width: 511px){
|
||||
.tab-content .tab-pane .alert-block {
|
||||
margin-top: 120px
|
||||
}
|
||||
.sidebar-menu{
|
||||
margin-top:160px;
|
||||
}
|
||||
|
@ -841,6 +844,9 @@ input[type="radio"]:checked::before {
|
|||
grid-template-columns: .1em auto;
|
||||
gap: 1.5em;
|
||||
}
|
||||
.nav-tabs-custom > .nav-tabs > li {
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
/** --------------------------------------- **/
|
||||
/** End checkbox styles to replace iCheck **/
|
||||
|
|
Loading…
Reference in a new issue