mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-11-01 22:22:33 +01:00
add markdown viewer
This commit is contained in:
@@ -9,14 +9,26 @@
|
||||
max-width: 1800px;
|
||||
padding: 0px 24px;
|
||||
|
||||
.content {
|
||||
.articleEditor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
textarea {
|
||||
color: var(--font-color);
|
||||
background-color: rgba(16, 16, 16, 0.234);
|
||||
width: 100%;
|
||||
min-height: 500px;
|
||||
.markdown {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 10px 10px;
|
||||
textarea {
|
||||
color: var(--font-color);
|
||||
border: 2px solid rgba(59, 59, 59, 0.434);
|
||||
background-color: transparent;
|
||||
min-height: 700px;
|
||||
resize: none;
|
||||
display: block;
|
||||
border-radius: 0px;
|
||||
outline: 0;
|
||||
resize: vertical;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user