mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/14855] Fix responsive alert bubble CSS
PHPBB3-14855
This commit is contained in:
@@ -1251,7 +1251,8 @@ ul.linklist:after,
|
|||||||
margin-left: 58px;
|
margin-left: 58px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-alert {
|
.notification-alert,
|
||||||
|
.compact .notification-alert {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
@@ -1288,10 +1289,6 @@ ul.linklist:after,
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-page-jump .dropdown {
|
.dropdown-page-jump .dropdown {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user