mirror of
https://github.com/Limit-sest/1.K-Notes.git
synced 2025-09-07 17:04:42 +00:00
13 lines
188 B
CSS
13 lines
188 B
CSS
.text-snippets-class > * > textarea{
|
|
width:40em;
|
|
height: 100%;
|
|
}
|
|
|
|
.text-snippets-class > * {
|
|
height: 100%;
|
|
width: 60em;
|
|
}
|
|
|
|
.text-snippets-class {
|
|
height: 70%;
|
|
} |