Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix: Unread notification dot aligned (#11658)
Browse files Browse the repository at this point in the history
Co-authored-by: Manan Sadana <manan.sadana@cnhteam.onmicrosoft.com>
  • Loading branch information
manancodes and Manan Sadana authored Sep 27, 2023
1 parent 0d367a7 commit 2cfdf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_TopUnreadMessagesBar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
content: "";
position: absolute;
top: -8px;
left: 10.5px;
left: 11px;
width: 4px;
height: 4px;
border-radius: 16px;
Expand Down

0 comments on commit 2cfdf2c

Please sign in to comment.