mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
24 lines
369 B
SCSS
24 lines
369 B
SCSS
.notes-dialog {
|
|
.markdown-wrapper {
|
|
div,
|
|
textarea {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100% !important;
|
|
border: none;
|
|
padding: 10px;
|
|
}
|
|
.md-resize-wrapper,
|
|
md-input-container {
|
|
height: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|