mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-22 02:57:04 -05:00
Fix pagination overlapping announcement reactions bar (#39814)
This commit is contained in:
@@ -8574,7 +8574,7 @@ noscript {
|
||||
}
|
||||
|
||||
&__pagination {
|
||||
padding: 15px;
|
||||
padding: 0 12px 15px 0;
|
||||
color: var(--color-text-secondary);
|
||||
position: absolute;
|
||||
bottom: 3px;
|
||||
@@ -8599,7 +8599,10 @@ noscript {
|
||||
align-items: center;
|
||||
margin-top: 15px;
|
||||
margin-inline-start: -2px;
|
||||
width: calc(100% - (90px - 33px));
|
||||
|
||||
--pagination-width: 70px;
|
||||
|
||||
width: calc(100% - var(--pagination-width));
|
||||
|
||||
&__item {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user