mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/12662] Fix responsive positioning of notifications dropdown
PHPBB3-12662
This commit is contained in:
@@ -1108,7 +1108,6 @@ form > p.post-notice strong {
|
|||||||
|
|
||||||
.dropdown-extended {
|
.dropdown-extended {
|
||||||
display: none;
|
display: none;
|
||||||
width: 340px;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1140,6 +1139,7 @@ form > p.post-notice strong {
|
|||||||
|
|
||||||
.dropdown-extended .dropdown-contents {
|
.dropdown-extended .dropdown-contents {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
|
max-width: 340px !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -190,8 +190,8 @@ ul.topiclist li.row dt a.subforum {
|
|||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
||||||
{
|
{
|
||||||
.dropdown-extended {
|
.dropdown-extended .dropdown-contents {
|
||||||
width: 250px;
|
max-width: 300px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user