aboutsummaryrefslogtreecommitdiff
path: root/resources/assets
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets')
-rw-r--r--resources/assets/stylesheets/scss/globalsearch.scss4
-rw-r--r--resources/assets/stylesheets/scss/header.scss4
2 files changed, 3 insertions, 5 deletions
diff --git a/resources/assets/stylesheets/scss/globalsearch.scss b/resources/assets/stylesheets/scss/globalsearch.scss
index 3ccd8ae..0a8175e 100644
--- a/resources/assets/stylesheets/scss/globalsearch.scss
+++ b/resources/assets/stylesheets/scss/globalsearch.scss
@@ -7,9 +7,9 @@
border: thin solid var(--color--header-inverted);
border-radius: var(--border-radius-search);
background-color: var(--color--brand-primary);
- padding: 3px 5px 2px 5px;
- margin-top: 6px;
+ padding: 3px 5px;
width: 220px;
+ height: 22px;
transition: width var(--transition-duration);
&:focus-within {
diff --git a/resources/assets/stylesheets/scss/header.scss b/resources/assets/stylesheets/scss/header.scss
index 3ef59c5..faecbc3 100644
--- a/resources/assets/stylesheets/scss/header.scss
+++ b/resources/assets/stylesheets/scss/header.scss
@@ -41,11 +41,9 @@
> ul {
display: flex;
- align-items: center;
- justify-content: space-between;
list-style-type: none;
- height: 40px;
gap: 10px;
+ margin: 5px 0;
> li {