mirror of
https://github.com/vkostyanetsky/ObsidianTimesheet.git
synced 2026-07-22 10:10:25 +00:00
13 lines
174 B
CSS
13 lines
174 B
CSS
.text-snippets-class > * > textarea{
|
|
height: 100%;
|
|
width: 30em;
|
|
}
|
|
|
|
.text-snippets-class > * {
|
|
height: 100%;
|
|
width: 40em;
|
|
}
|
|
|
|
.text-snippets-class {
|
|
height: 30%;
|
|
}
|