This commit is contained in:
ObsidianTTRPGProject 2023-05-21 12:26:34 +09:30
commit e2149a99d5
2 changed files with 298 additions and 32 deletions

266
main.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,32 +1,32 @@
/*
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: 30px;
right: 30px;
}
.gemmy-container img {
width: var(--gemmy-size);
height: var(--gemmy-size);
border-radius: var(--gemmy-size);
}
.gemmy-tooltip {
--background-modifier-message: #FFFFCB;
color: #202020;
font-size: var(--font-ui-medium);
border-radius: 20px;
padding: var(--size-4-3) var(--size-4-6);
}
/*
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: 30px;
right: 30px;
}
.gemmy-container img {
width: var(--gemmy-size);
height: var(--gemmy-size);
border-radius: var(--gemmy-size);
}
.gemmy-tooltip {
--background-modifier-message: #FFFFCB;
color: #202020;
font-size: var(--font-ui-medium);
border-radius: 20px;
padding: var(--size-4-3) var(--size-4-6);
}