Oscar Plaisant aa751faf29 update
2024-03-28 23:43:36 +01:00

24 lines
471 B
CSS

.text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
height: 30px;
padding-top: 2px;
padding-bottom: 0;
}
.text-snippets-class > * > textarea{
width:40em;
height: 100%;
}
.text-snippets-class > div > div {
}
.text-snippets-class > * {
height: 100%;
width: 60em;
}
.text-snippets-class {
height: 70%;
background-color:
}