1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 23:11:45 +02:00

[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
2 changed files with 11 additions and 0 deletions

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) {
.action-bar .search-box .inputbox {
width: 120px;