ericaxu_gemmy/styles.css
Rebbecca Bishop b0d448e2a6
After Refactoring (#5)
Co-authored-by: mProjectsCode <m.projects.code@gmail.com>
2023-08-04 15:19:43 -05:00

32 lines
588 B
CSS

/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
:root {
--gemmy-size: 80px;
}
.gemmy-container {
position: fixed;
bottom: 60px;
right: 30px;
}
.gemmy-container img {
width: var(--gemmy-size);
height: var(--gemmy-size);
border-radius: var(--gemmy-size);
}
.gemmy-tooltip {
--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);
}