mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-20 00:21:42 +02:00
[ticket/17344] Responsive mobile friendly webpush sub button
PHPBB-17344
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user