Gemmy updated animations (#3)

Ready to go!
This commit is contained in:
Behalter 2023-07-26 13:39:18 -04:00 committed by GitHub
parent a5e1dc1bbb
commit f71ec03f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 11 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View file

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View file

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

View file

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

16
main.js

File diff suppressed because one or more lines are too long

View file

@ -13,7 +13,7 @@ If your plugin does not need CSS, delete this file.
.gemmy-container {
position: fixed;
bottom: 30px;
bottom: 60px;
right: 30px;
}
@ -24,8 +24,8 @@ If your plugin does not need CSS, delete this file.
}
.gemmy-tooltip {
--background-modifier-message: #FFFFCB;
color: #202020;
--background-modifier-message: var(--background-primary);
color: var(--text-normal);
font-size: var(--font-ui-medium);
border-radius: 20px;
padding: var(--size-4-3) var(--size-4-6);