File tree Expand file tree Collapse file tree 3 files changed +36
-13
lines changed
Expand file tree Collapse file tree 3 files changed +36
-13
lines changed Original file line number Diff line number Diff line change 1515/* See the License for the specific language governing permissions and */
1616/* limitations under the License. */
1717/* */
18- md- sidenav,
19- md- sidenav.md-locked-open ,
20- md- sidenav.md-closed.md-locked-open-add-active {
21- min-width : 200px !important ;
22- width : auto ;
23- max-width : 320px !important ;
18+ @media (min-width : 661px ) {
19+ md- sidenav,
20+ md- sidenav.md-locked-open ,
21+ md- sidenav.md-closed.md-locked-open-add-active {
22+ min-width : 200px !important ;
23+ width : auto ;
24+ max-width : 320px !important ;
25+ }
26+ }
27+ @media (max-width : 660px ) {
28+ md- sidenav,
29+ md- sidenav.md-locked-open ,
30+ md- sidenav.md-closed.md-locked-open-add-active {
31+ min-width : 160px !important ;
32+ width : auto ;
33+ max-width : 200px !important ;
34+ }
2435}
2536md- sidenav ng- md- icon {
2637 padding-right : 4px ;
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
1919NETWORK:
2020*
2121
22- # hash: f435254c18a614e976182d4596f579f892f11739c3b0d5af92bdecc498af5fa6
22+ # hash: 9a86f07d65c497688597bab8f4d2ae039854583bb7cf73403845566cb329afab
Original file line number Diff line number Diff line change 1- md- sidenav,
2- md- sidenav.md-locked-open ,
3- md- sidenav.md-closed.md-locked-open-add-active {
4- min-width : 200px !important ;
5- width : auto ;
6- max-width : 320px !important ;
1+
2+ @media (max-width : 660px ) {
3+ md- sidenav,
4+ md- sidenav.md-locked-open ,
5+ md- sidenav.md-closed.md-locked-open-add-active {
6+ min-width : 160px !important ;
7+ width : auto ;
8+ max-width : 200px !important ;
9+ }
10+ }
11+ @media (min-width : 661px ) {
12+ md- sidenav,
13+ md- sidenav.md-locked-open ,
14+ md- sidenav.md-closed.md-locked-open-add-active {
15+ min-width : 200px !important ;
16+ width : auto ;
17+ max-width : 320px !important ;
18+ }
719}
820md- sidenav ng- md- icon {
921 padding-right : 4px ;
You can’t perform that action at this time.
0 commit comments