mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
Test1
This commit is contained in:
parent
6ae973836b
commit
1789fac3d4
2 changed files with 43 additions and 43 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "gemmy_ttrpg",
|
||||
"name": "Gemmy TTRPG",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "2023 April Fool's plugin brought to you by Obsidian",
|
||||
"author": "Obsidian and Josh Plunkett",
|
||||
"authorUrl": "https://obsidian.md",
|
||||
"fundingUrl": "https://obsidian.md/pricing",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
{
|
||||
"id": "gemmy_ttrpg",
|
||||
"name": "Gemmy TTRPG",
|
||||
"version": "0.0.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "2023 April Fool's plugin brought to you by Obsidian",
|
||||
"author": "Obsidian and Josh Plunkett",
|
||||
"authorUrl": "https://obsidian.md",
|
||||
"fundingUrl": "https://obsidian.md/pricing",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
|
|||
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