mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/17344] Responsive mobile friendly webpush sub button
PHPBB-17344
This commit is contained in:
parent
0fc1a8c1f8
commit
f3ca92ffe7
2 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue