Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 565d69d7 authored by Daniel J. Ramirez's avatar Daniel J. Ramirez
Browse files

Style fixes.

Fix spacing between 'more', and language,
Bottom url in results is now a link
parent fa1624c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -465,6 +465,8 @@ nav #eelo_links > * {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#search_form #search_input_container button[type="submit"] .icon {
@@ -617,6 +619,7 @@ nav #eelo_links > * {
  }
  #search_form #search_params #time_and_lang {
    display: flex;
    margin-left: 32px;
  }
  #search_form #search_params #time_and_lang > * {
    width: auto;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@
      background: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  
      .icon { transition: fill 0.2s ease-in-out, transform 0.1s ease-in-out; }
@@ -194,6 +196,7 @@

      #time_and_lang { 
        display: flex;
        margin-left: @spacing_xx-large;
        > * { width: auto; }
      }
    }
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
<!-- Draw result footer -->
{% macro result_footer(result) -%}

<div class="external-link">{{ result.pretty_url }}</div>
<a class="external-link" href="{{result.url}}">{{ result.pretty_url }}</a>
{%- endmacro %}

<!-- Draw result footer -->