mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
32 lines
334 B
CSS
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;
|
||
|
}
|