minor fix
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ include_once 'functions/article_functions.php';
|
|||||||
if (!isset($_GET['article_id']) && !isset($_GET['tag']) && !isset($_GET['author_id'])) {
|
if (!isset($_GET['article_id']) && !isset($_GET['tag']) && !isset($_GET['author_id'])) {
|
||||||
$filters = '
|
$filters = '
|
||||||
<form method="get">
|
<form method="get">
|
||||||
<div class="row no_margin">
|
<div class="row_no_margin">
|
||||||
';
|
';
|
||||||
|
|
||||||
if (!isset($_GET['sort']) || $_GET['sort'] == 'newest') {
|
if (!isset($_GET['sort']) || $_GET['sort'] == 'newest') {
|
||||||
|
|||||||
+12
-1
@@ -175,6 +175,17 @@ code {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article_filters form .row_no_margin {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article_filters form .row_no_margin p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.article_card,
|
.article_card,
|
||||||
.form_card,
|
.form_card,
|
||||||
.view_card {
|
.view_card {
|
||||||
@@ -772,7 +783,7 @@ hr {
|
|||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_no_margin {
|
nav .row_no_margin {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user