fix: edit function of markdown
This commit is contained in:
@@ -24,3 +24,19 @@
|
||||
border-radius: 4px;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.markdown-content-container-header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.markdown-content-container-header h1 {
|
||||
margin: 0;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.markdown-content-container-header .button {
|
||||
margin-left: auto;
|
||||
height: auto;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user