Skip to content

Commit

Permalink
Responsive stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed May 31, 2024
1 parent bb36bfd commit 2a29e0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/all/theme/phpbb_wpn.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,21 @@

.wpn-notification-dropdown-footer {
font-size: 12px;
white-space: nowrap;
border-top: solid 1px #b9b9b9;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding: 5px 25px;
}

.wpn-notification-dropdown-footer > span {
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
overflow: hidden;
}

.wpn-notification-dropdown-footer button:disabled {
opacity: 0.7;
}

0 comments on commit 2a29e0d

Please sign in to comment.