1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/gallery/navigator/navigator.gallery.component.css
2018-05-28 14:03:12 -04:00

32 lines
334 B
CSS

.nav-container {
position: relative;
}
.btn-group {
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
}
ol {
padding-right: 130px;
}
.dropdown-menu {
min-width: 16rem;
}
.row {
margin: 0;
display: flex;
cursor: pointer;
}
nav{
z-index: 1;
}
.dropdown-toggle::after {
display:none;
}