mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
Merge branch 'master' of https://github.com/ObsidianTTRPGProject/gemmy_ttrpg
This commit is contained in:
commit
e2149a99d5
2 changed files with 298 additions and 32 deletions
266
main.js
Normal file
266
main.js
Normal file
File diff suppressed because one or more lines are too long
64
styles.css
64
styles.css
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue