fixed minor visual bugs
This commit is contained in:
@@ -26,9 +26,6 @@ function compose_view($article_id = null)
|
|||||||
<div class="grid-2x1">
|
<div class="grid-2x1">
|
||||||
' . (!empty($existing_markdown) ? form($article_id, $title, $excerpt, $existing_markdown, $tags) : form()) . '
|
' . (!empty($existing_markdown) ? form($article_id, $title, $excerpt, $existing_markdown, $tags) : form()) . '
|
||||||
' . preview() . '
|
' . preview() . '
|
||||||
';
|
|
||||||
|
|
||||||
$view .= preview() . '
|
|
||||||
</div>
|
</div>
|
||||||
';
|
';
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -103,6 +103,7 @@ nav {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
backdrop-filter: blur(50px);
|
backdrop-filter: blur(50px);
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
@@ -716,7 +717,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
background-color: black;
|
background-color: transparent;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user