This commit is contained in:
+8
-1
@@ -269,6 +269,12 @@ body {
|
||||
background: #ef4444;
|
||||
}
|
||||
|
||||
.vim-block-cursor {
|
||||
background: #22c55e;
|
||||
color: #0a0a0c;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
@keyframes cursorBlink {
|
||||
|
||||
0%,
|
||||
@@ -1633,7 +1639,7 @@ footer p {
|
||||
position: fixed;
|
||||
top: 80px;
|
||||
right: 20px;
|
||||
z-index: 1000;
|
||||
z-index: 10001;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
@@ -1652,6 +1658,7 @@ footer p {
|
||||
pointer-events: auto;
|
||||
animation: toastIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
|
||||
max-width: 340px;
|
||||
z-index: 10001;
|
||||
}
|
||||
|
||||
.toast.removing {
|
||||
|
||||
Reference in New Issue
Block a user