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

Commit 3730fb31 authored by Daniel J. Ramirez's avatar Daniel J. Ramirez
Browse files

More responsive stuff

parent 294ebbb3
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@
  .container > * {
    margin: auto;
  }
  #preferences.container {
    flex-direction: column;
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  body {
@@ -85,6 +89,10 @@
    margin-left: 16px;
    margin-right: 16px;
  }
  .container.full #pagination {
    max-width: 100%;
    width: 100%;
  }
}
html {
  position: relative;
@@ -382,6 +390,18 @@ footer {
  max-width: 250px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  #search_params {
    overflow-x: scroll;
  }
  #search_params,
  #categories {
    flex-wrap: nowrap;
  }
  #time_and_lang {
    display: flex;
  }
}
#results {
  margin-top: 32px;
  margin-bottom: 32px;
+0 −0

File changed.

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

+9 −0
Original line number Diff line number Diff line
@@ -89,6 +89,10 @@

    > * { margin: auto; }
  }
  #preferences.container {
    flex-direction: column;
    margin-top: @spacing_large;
  }
});

.mobile-mq({
@@ -110,4 +114,9 @@
    margin-left: @spacing_container;
    margin-right: @spacing_container;
  }

  .container.full #pagination {
    max-width: 100%;
    width: 100%;
  }
});
+13 −1
Original line number Diff line number Diff line
@@ -113,3 +113,15 @@
  max-width: 250px;
  width: 80%;
}

.mobile-mq({
  #search_params {
    overflow-x: scroll;
  }
  #search_params, #categories {
    flex-wrap: nowrap;
  }
  #time_and_lang {
    display: flex;
  }
});
 No newline at end of file