2018-05-29 02:03:12 +08:00
|
|
|
.nav-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-11-02 19:35:50 +08:00
|
|
|
.right-side {
|
2018-05-29 02:03:12 +08:00
|
|
|
position: absolute;
|
|
|
|
right: 1rem;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
2018-11-02 19:35:50 +08:00
|
|
|
.photos-count {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divider{
|
|
|
|
margin: 5px 10px;
|
|
|
|
border-left: 1px solid #6c757d;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-05-29 02:03:12 +08:00
|
|
|
ol {
|
2018-11-02 23:24:37 +08:00
|
|
|
padding-right: 150px;
|
2018-05-29 02:03:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
min-width: 16rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-11-02 19:35:50 +08:00
|
|
|
nav {
|
2018-05-29 02:03:12 +08:00
|
|
|
z-index: 1;
|
|
|
|
}
|
2018-11-02 19:35:50 +08:00
|
|
|
|
2018-05-29 02:03:12 +08:00
|
|
|
.dropdown-toggle::after {
|
2018-11-02 19:35:50 +08:00
|
|
|
display: none;
|
2018-05-29 02:03:12 +08:00
|
|
|
}
|