This commit is contained in:
Jordan Vidrine 2025-01-13 13:14:33 -06:00
parent b92ceee74a
commit 3aa0610252
3 changed files with 12 additions and 0 deletions

View File

@ -45,3 +45,15 @@
font-size: var(--font-up-1); font-size: var(--font-up-1);
} }
} }
.rewind-notification-active #toggle-current-user::after {
width: 48px;
height: 48px;
position: absolute;
left: -4px;
top: -4px;
content: "";
background-image: url(/plugins/discourse-rewind/images/rewind-avatar-2-shimmer.gif);
display: block;
background-size: cover;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB