mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-28 05:33:24 +00:00
33 lines
487 B
SCSS
33 lines
487 B
SCSS
.dropdown-menu {
|
|
width: var(--pngx-toast-max-width);
|
|
}
|
|
|
|
.dropdown-menu .scroll-list {
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.notification-count {
|
|
top: -.2rem;
|
|
right: -.2rem;
|
|
min-width: 1.15rem;
|
|
height: 1.15rem;
|
|
padding: .18rem .32rem;
|
|
font-size: .68rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.dropdown-item {
|
|
white-space: initial;
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
:host ::ng-deep .dropdown-menu-end {
|
|
right: -3rem;
|
|
}
|
|
}
|