File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,7 @@ pre:before {
265
265
}
266
266
267
267
@media ( max-width : 782px ) {
268
- .admin-bar .sidebar form {
269
- padding-top : 65px !important ;
270
- }
268
+
271
269
}
272
270
273
271
@media ( max-width : 480px ) {
@@ -1437,13 +1435,14 @@ body.rtl .sharing li {
1437
1435
.sidebar {
1438
1436
left : 0 ;
1439
1437
position : absolute;
1440
- top : 50 px ;
1438
+ top : 0 ;
1441
1439
width : 300px ;
1442
1440
color : # fff ;
1443
1441
overflow-x : hidden;
1444
1442
transition : all 0.2s linear 0s ;
1445
1443
margin-left : -300px ;
1446
1444
background : # 333333 ;
1445
+ border-radius : 0 ;
1447
1446
}
1448
1447
1449
1448
.navbar-fixed-top , .navbar-fixed-bottom {
Original file line number Diff line number Diff line change @@ -239,9 +239,7 @@ pre:before {
239
239
}
240
240
241
241
@media ( max-width : 782px ) {
242
- .admin-bar .sidebar form {
243
- padding-top : 65px !important ;
244
- }
242
+
245
243
}
246
244
247
245
@media ( max-width : 480px ) {
@@ -1414,11 +1412,12 @@ body.rtl .sharing li {
1414
1412
.sidebar {
1415
1413
left : 0 ;
1416
1414
position : absolute;
1417
- top : 50 px ;
1415
+ top : 0 ;
1418
1416
width : 300px ;
1419
1417
overflow-x : hidden;
1420
1418
transition : all 0.2s linear 0s ;
1421
1419
margin-left : -300px ;
1420
+ border-radius : 0 ;
1422
1421
}
1423
1422
1424
1423
.sidebar a {
@@ -1582,7 +1581,3 @@ body.rtl .sharing li {
1582
1581
white-space : nowrap;
1583
1582
overflow : hidden;
1584
1583
}
1585
-
1586
- .admin-bar .sidebar {
1587
- margin-top : 32px ;
1588
- }
You can’t perform that action at this time.
0 commit comments