vim working
Build and Push Container / build-and-push (push) Successful in 1m1s

This commit is contained in:
2026-05-31 14:45:49 -04:00
parent 6cc2c8db3a
commit 2c1beda59f
2 changed files with 468 additions and 5 deletions
+8 -1
View File
@@ -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 {