summaryrefslogtreecommitdiff
path: root/MainLayout.razor.css
diff options
context:
space:
mode:
Diffstat (limited to 'MainLayout.razor.css')
-rw-r--r--MainLayout.razor.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/MainLayout.razor.css b/MainLayout.razor.css
index e82e72e..3d03d61 100644
--- a/MainLayout.razor.css
+++ b/MainLayout.razor.css
@@ -20,15 +20,21 @@ div#navbar > a:active {
color: var(--col-navbar-bg);
}
-div#navbar > input {
+div#navbar form {
+ display: flex;
+ margin: 0 20px 0 auto;
+ min-width: 30%;
+}
+
+div#navbar input[type="text"] {
align-self: center;
background: var(--col-bg);
border-radius: 0;
color: white;
- height: 40px !important;
- margin: 0 20px 0 auto;
font-size: 12pt;
- min-width: 30%;
+ height: 40px !important;
+ margin: 0;
+ width: 100%;
}
#content {