positioning

This commit is contained in:
Alejandro Gomez 2023-02-14 00:20:12 +01:00 committed by Kieran
parent e0aeab8ec1
commit 0379e41f3b
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -31,9 +31,11 @@
padding: 6px 12px; padding: 6px 12px;
} }
.latest-notes-fixed { .latest-notes-fixed {
width: 200px;
padding: 6px 12px;
position: fixed; position: fixed;
left: calc(50% - 261px / 2 + 0.5px);
top: 12px; top: 12px;
left: calc(50% - 110px);
} }
} }