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

Unverified Commit d1929051 authored by Akhil's avatar Akhil 🙂
Browse files

responsive fix

parent ddb378c1
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -1689,3 +1689,20 @@ button.edit-output-dir .icon-rename {
.new-icons .onlyoffice_docx {background-image: url("../img/app-icons/Docs.svg");}
.new-icons .onlyoffice_xlsx {background-image: url("../img/app-icons/Spreadsheet.svg");}
.new-icons .onlyoffice_pptx {background-image: url("../img/app-icons/Presentation.svg");}


@media only screen and (max-width: 640px) {
  .new-icons .color-icons {
      height: 50px;
      background-size: 40px;
  }
  #launcher-menu {
      width: 300px  !important;
      left: 10%  !important;
  }
}
@media only screen and (max-width: 640px) {
  #launcher-menu {
      left: 5% !important;
  }
}
 No newline at end of file