mirror of
https://github.com/0xroko/obsidian-arena-plugin.git
synced 2026-07-22 08:50:26 +00:00
14 lines
250 B
CSS
14 lines
250 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.
|
|
|
|
*/
|
|
|
|
.arena-sumbit {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-top: var(--size-4-1);
|
|
}
|