mirror of
https://github.com/plasmabit/timethings.git
synced 2026-07-22 09:00:29 +00:00
27 lines
No EOL
378 B
CSS
27 lines
No EOL
378 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.
|
|
|
|
*/
|
|
|
|
.tt-title
|
|
{
|
|
justify-content: space-between;
|
|
align-items: unset;
|
|
}
|
|
|
|
.tt-title-content
|
|
{
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.flexblock
|
|
{
|
|
overflow: hidden;
|
|
width: 100px;
|
|
max-height: 1rem;
|
|
text-align: end;
|
|
} |