Created
February 23, 2024 06:28
-
-
Save Benature/36ae4ec61ca57e64c4613d8a15fe0fd9 to your computer and use it in GitHub Desktop.
CSS which is used for Plugin "Toggl Track" in Obsidian.app (refer to https://github.com/mcndt/obsidian-toggl-integration/issues/63#issuecomment-1958771378)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.block-language-toggl h3 { | |
margin-bottom: 0px; | |
} | |
.block-language-toggl { | |
font-size: 14px; | |
} | |
.block-language-toggl:first-child .container { | |
min-height: 230px; | |
align-items: center; | |
} | |
.block-language-toggl:first-child | |
.container | |
> div | |
> .is-flex-grow-2 { | |
display: none; | |
} | |
.block-language-toggl:first-child | |
.container | |
> div.is-flex { | |
position: absolute !important; | |
/* transform: translateY(-10px); */ | |
width: 500px; | |
} | |
.block-language-toggl:first-child | |
.container | |
.time-entry-list { | |
margin-left: 230px; | |
} | |
.block-language-toggl .group-item-time { | |
font-family: monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot for your help, it works! And thanks for your nice work again!