fix: alerts notification bubble showing in the wrong spot

This commit is contained in:
Miodec 2023-09-25 15:57:52 +01:00
parent 9327a62da5
commit 64772e63c7

View file

@ -11,6 +11,10 @@ nav {
width: 100%;
grid-template-columns: auto auto auto auto 1fr auto;
button.showAlerts {
position: relative;
}
.textButton {
.text {
font-size: 0.65em;
@ -27,10 +31,6 @@ nav {
place-content: center center;
}
&.showAlerts {
position: relative;
}
&.account {
position: relative;
align-items: center;