Skip to content

Commit

Permalink
Force l'affichage des messages si la cible est une ancre (#5949)
Browse files Browse the repository at this point in the history
  • Loading branch information
viki53 authored Jul 9, 2022
1 parent b9e68a8 commit 8bcd875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/components/_topic-message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ div.msg-are-hidden {
}
}

&:target {
/* Force l'affichage des messages masqués s'ils sont la cible d'une ancre (par exemple en venant via une notification) */
display: block !important;
visibility: visible !important;
}

.user {
@include until-desktop {
display: none;
Expand Down

0 comments on commit 8bcd875

Please sign in to comment.