@@ -798,6 +798,16 @@ header h1 {
798
798
}
799
799
}
800
800
801
+ @media print {
802
+ # mobileGoogleSignInBtn {
803
+ display : none;
804
+ }
805
+
806
+ # mobileProfileBtn {
807
+ display : none;
808
+ }
809
+ }
810
+
801
811
.back-btn : hover {
802
812
background-color : # ff8623 ;
803
813
transition : 0.3s ease-in;
@@ -1282,6 +1292,15 @@ header h1 {
1282
1292
}
1283
1293
}
1284
1294
1295
+ @media print {
1296
+ .movie-image {
1297
+ height : auto;
1298
+ }
1299
+ # actor-image {
1300
+ height : auto;
1301
+ }
1302
+ }
1303
+
1285
1304
.movie-header {
1286
1305
text-align : center;
1287
1306
align-self : center;
@@ -1456,7 +1475,7 @@ header h1 {
1456
1475
border-radius : 8px ;
1457
1476
}
1458
1477
1459
- @media (max-width : 768px ) {
1478
+ @media all and (max-width : 768px ) {
1460
1479
.company-item {
1461
1480
max-width : 125px ;
1462
1481
}
@@ -2335,7 +2354,7 @@ strong {
2335
2354
box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.5 );
2336
2355
}
2337
2356
2338
- @media (max-width : 700px ) {
2357
+ @media all and (max-width : 700px ) {
2339
2358
# settings-container {
2340
2359
max-width : calc (100% - 10px );
2341
2360
margin : 10px 10px ;
@@ -2359,7 +2378,7 @@ strong {
2359
2378
display : none;
2360
2379
}
2361
2380
2362
- @media (min-width : 768px ) {
2381
+ @media all and (min-width : 768px ) {
2363
2382
# chat-button ,
2364
2383
# settings-btn ,
2365
2384
# movie-of-the-day-btn ,
@@ -2394,7 +2413,7 @@ strong {
2394
2413
transition : transform 0.09s ease-in-out;
2395
2414
}
2396
2415
2397
- @media (max-width : 767px ) {
2416
+ @media all and (max-width : 767px ) {
2398
2417
.mobile-bottom-bar {
2399
2418
display : flex;
2400
2419
}
@@ -2433,7 +2452,7 @@ strong {
2433
2452
color : # ecf0f1 ;
2434
2453
}
2435
2454
2436
- @media (max-width : 767px ) {
2455
+ @media all and (max-width : 767px ) {
2437
2456
.mobile-bottom-bar {
2438
2457
display : flex;
2439
2458
}
@@ -2600,7 +2619,7 @@ strong {
2600
2619
text-align : center;
2601
2620
}
2602
2621
2603
- @media (max-width : 767px ) {
2622
+ @media all and (max-width : 767px ) {
2604
2623
.genres + main + .pagination {
2605
2624
text-align : center;
2606
2625
}
@@ -2951,14 +2970,14 @@ ol li:hover {
2951
2970
border-radius : 5px ;
2952
2971
}
2953
2972
2954
- @media (max-width : 705px ) {
2973
+ @media all and (max-width : 705px ) {
2955
2974
# search-title ,
2956
2975
# alt-title {
2957
2976
display : none;
2958
2977
}
2959
2978
}
2960
2979
2961
- @media (max-height : 930px ) {
2980
+ @media all and (max-height : 930px ) {
2962
2981
# search-title ,
2963
2982
# alt-title {
2964
2983
display : none;
@@ -2975,7 +2994,7 @@ ol li:hover {
2975
2994
align-self : flex-start;
2976
2995
}
2977
2996
2978
- @media (max-width : 767px ) {
2997
+ @media all and (max-width : 767px ) {
2979
2998
# chatbotContainer {
2980
2999
top : 56.1% ;
2981
3000
}
@@ -3077,7 +3096,7 @@ ol li:hover {
3077
3096
color : # ff8623 ;
3078
3097
}
3079
3098
3080
- @media (max-width : 982px ) {
3099
+ @media all and (max-width : 982px ) {
3081
3100
# local-time {
3082
3101
display : none;
3083
3102
}
@@ -3148,7 +3167,7 @@ canvas {
3148
3167
cursor : pointer;
3149
3168
}
3150
3169
3151
- @media screen and (max-width : 900px ) {
3170
+ @media all and (max-width : 900px ) {
3152
3171
.chart-container {
3153
3172
flex-direction : column;
3154
3173
}
@@ -3199,7 +3218,7 @@ canvas {
3199
3218
transition : 0.1s ease-in;
3200
3219
}
3201
3220
3202
- @media (max-width : 1000px ) {
3221
+ @media all and (max-width : 1000px ) {
3203
3222
# comments-section {
3204
3223
margin-bottom : 210px ;
3205
3224
}
@@ -3217,7 +3236,7 @@ canvas {
3217
3236
transition : 0.1s ease-in;
3218
3237
}
3219
3238
3220
- @media (max-width : 800px ) {
3239
+ @media all and (max-width : 800px ) {
3221
3240
# my-heading {
3222
3241
margin-left : 0 ;
3223
3242
}
@@ -3628,7 +3647,7 @@ canvas {
3628
3647
background-color : # ff8623 ;
3629
3648
}
3630
3649
3631
- @media screen and (-webkit-min-device-pixel-ratio : 0 ) {
3650
+ @media all and (-webkit-min-device-pixel-ratio : 0 ) {
3632
3651
body {
3633
3652
background-size : auto;
3634
3653
background-repeat : repeat;
@@ -3936,7 +3955,7 @@ body {
3936
3955
color : purple;
3937
3956
}
3938
3957
3939
- @media (max-width : 800px ) {
3958
+ @media all and (max-width : 800px ) {
3940
3959
.company-details-container {
3941
3960
display : flex;
3942
3961
flex-direction : column;
@@ -4207,7 +4226,7 @@ footer {
4207
4226
color : white;
4208
4227
}
4209
4228
4210
- @media (max-width : 900px ) {
4229
+ @media all and (max-width : 900px ) {
4211
4230
.notification-modal {
4212
4231
right : 12.5px ;
4213
4232
}
0 commit comments