Added a template for creating link posts
This commit is contained in:
parent
38ebb21a34
commit
836d6a337a
9 changed files with 231 additions and 23 deletions
|
|
@ -1,7 +1,7 @@
|
|||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir,
|
||||
"Nimbus Sans L", Roboto, "Noto Sans", "Segoe UI", Arial, Helvetica,
|
||||
"Helvetica Neue", sans-serif;
|
||||
"Nimbus Sans L", Roboto, "Noto Sans", "Segoe UI", Arial, Helvetica,
|
||||
"Helvetica Neue", sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ form.post-form input[type='text'] {
|
|||
|
||||
form.post-form div.main-area {
|
||||
grid-column-start: 1;
|
||||
grid-column-end: 2;
|
||||
grid-column-end: 3;
|
||||
grid-row-start: 1;
|
||||
grid-row-end: 2;
|
||||
|
||||
|
|
@ -94,10 +94,25 @@ div.right-area div.section div.section-heading {
|
|||
|
||||
form.post-form textarea {
|
||||
width: 100%;
|
||||
min-height: 4vh;
|
||||
}
|
||||
|
||||
form.post-form textarea[name="body"] {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
dialog {
|
||||
width: 400px;
|
||||
top: 30%;
|
||||
}
|
||||
|
||||
dialog h3 {
|
||||
margin-block: 0;
|
||||
margin-block-end: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
dialog textarea {
|
||||
min-height: 10vh !important;
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue