positioning

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

View File

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