[ticket/17344] Responsive mobile friendly webpush sub button

PHPBB-17344
This commit is contained in:
Matt Friedman 2024-06-16 09:01:39 -07:00
parent 0fc1a8c1f8
commit f3ca92ffe7
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -1347,6 +1347,7 @@ ul.linklist:after,
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: space-between; justify-content: space-between;
padding: 5px 10px; padding: 5px 10px;
gap: 20px;
} }
.notification-avatar, .notification-avatar,

View file

@ -20,6 +20,16 @@
} }
} }
@media (max-width: 550px) {
.dropdown-extended .notification-dropdown-footer .notification-subscribe_toggle > span {
display: none;
}
.dropdown-extended .notification-dropdown-footer .notification-subscribe_toggle > .icon {
font-size: 24px;
}
}
@media (max-width: 430px) { @media (max-width: 430px) {
.action-bar .search-box .inputbox { .action-bar .search-box .inputbox {
width: 120px; width: 120px;