mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12662] Fix notifications dropdown positioning for RTL
PHPBB3-12662
This commit is contained in:
@@ -1147,9 +1147,9 @@ form > p.post-notice strong {
|
||||
|
||||
.dropdown-extended .dropdown-contents {
|
||||
max-height: none;
|
||||
max-width: 340px !important;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.dropdown-extended .header {
|
||||
|
@@ -191,7 +191,7 @@ ul.topiclist li.row dt a.subforum {
|
||||
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
||||
{
|
||||
.dropdown-extended .dropdown-contents {
|
||||
max-width: 300px !important;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user