1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

[ticket/17344] Improve webpush class names

PHPBB-17344
This commit is contained in:
Matt Friedman
2024-06-16 09:43:02 -07:00
parent f3ca92ffe7
commit 16743e9345
6 changed files with 16 additions and 19 deletions

View File

@@ -18,16 +18,10 @@
.dropdown-extended .dropdown-contents {
width: auto;
}
}
@media (max-width: 550px) {
.dropdown-extended .notification-dropdown-footer .notification-subscribe_toggle > span {
.dropdown-extended .dropdown-contents .webpush-subscribe .notification-subscribe-toggle > span {
display: none;
}
.dropdown-extended .notification-dropdown-footer .notification-subscribe_toggle > .icon {
font-size: 24px;
}
}
@media (max-width: 430px) {