Merge pull request #9700 from overleaf/ii-dashboard-mobile-view

[web] Projects dashboard mobile view

GitOrigin-RevId: 84894e19c814a2cc1ce751181952c0ade6b62044
This commit is contained in:
ilkin-overleaf
2022-09-23 11:37:02 +03:00
committed by Copybot
parent 67c5b2a2a1
commit e12c93c537
67 changed files with 2089 additions and 639 deletions
@@ -213,11 +213,16 @@
.navbar-toggle {
position: relative;
float: right;
padding: 3px 10px 0px;
background-color: transparent;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 2px solid @navbar-default-link-color;
border: 0;
border-radius: @border-radius-base;
.fa {
font-size: @navbar-height / 2;
}
// We remove the `outline` here, but later compensate by attaching `:hover`
// styles to `:focus`.
&:focus {