mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 05:26:14 +08:00
fix: alerts notification bubble showing in the wrong spot
This commit is contained in:
parent
9327a62da5
commit
64772e63c7
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue