mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 10:49:10 -06:00
29 lines
708 B
CSS
29 lines
708 B
CSS
.navbar-buttons .notification-btn-container {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-top: 3px;
|
|
}
|
|
.navbar-buttons .notification-btn-container .dropdown-menu-end {
|
|
right: 0 !important;
|
|
left: auto !important;
|
|
width: 300px;
|
|
max-width: 300px;
|
|
white-space: normal;
|
|
word-break: break-word;
|
|
}
|
|
.navbar-buttons .notification-btn-container .dropdown-menu-end a.dropdown-item {
|
|
white-space: normal;
|
|
}
|
|
.navbar-buttons .notification-btn-container .notification-btn {
|
|
max-width: 45px;
|
|
}
|
|
.navbar-buttons .notification-btn-container .notification-btn .notification-badge {
|
|
position: relative;
|
|
right: 10px;
|
|
top: -10px !important;
|
|
}
|
|
|
|
.stash-notification-modal h5 {
|
|
margin-top: 0.5em;
|
|
}
|