1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Fix: Unread notification dot aligned (#11658)

Co-authored-by: Manan Sadana <manan.sadana@cnhteam.onmicrosoft.com>
This commit is contained in:
Manan Sadana
2023-09-27 12:06:31 +05:30
committed by GitHub
parent 0d367a7c7e
commit 2cfdf2ced9

View File

@ -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;