mirror of
https://github.com/JustKato/FreePad.git
synced 2026-04-06 03:48:47 +03:00
* Fixed annoying alignment of edit/view
This commit is contained in:
@@ -45,6 +45,8 @@ main#main-card {
|
|||||||
tab-size: 2;
|
tab-size: 2;
|
||||||
|
|
||||||
font-family: 'Roboto Mono', monospace !important;
|
font-family: 'Roboto Mono', monospace !important;
|
||||||
|
|
||||||
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pad-content-area {
|
#pad-content-area {
|
||||||
@@ -59,6 +61,7 @@ main#main-card {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.read-only-content .edit-content-text {
|
.read-only-content .edit-content-text {
|
||||||
|
margin-top: 1rem;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -78,6 +81,9 @@ main#main-card {
|
|||||||
max-height: calc(17rem + 30vh);
|
max-height: calc(17rem + 30vh);
|
||||||
min-height: 17rem;
|
min-height: 17rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
|
padding-top: 2rem;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea:focus,
|
textarea:focus,
|
||||||
|
|||||||
Reference in New Issue
Block a user