Skip to content

Commit 8009249

Browse files
committed
mods for sidebar to correctly display
1 parent 2a06c95 commit 8009249

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

bootstrap/css/default/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ pre:before {
265265
}
266266

267267
@media ( max-width : 782px) {
268-
.admin-bar .sidebar form {
269-
padding-top: 65px !important;
270-
}
268+
271269
}
272270

273271
@media ( max-width : 480px) {
@@ -1437,13 +1435,14 @@ body.rtl .sharing li {
14371435
.sidebar {
14381436
left: 0;
14391437
position: absolute;
1440-
top: 50px;
1438+
top: 0;
14411439
width: 300px;
14421440
color: #fff;
14431441
overflow-x: hidden;
14441442
transition: all 0.2s linear 0s;
14451443
margin-left: -300px;
14461444
background: #333333;
1445+
border-radius:0;
14471446
}
14481447

14491448
.navbar-fixed-top,.navbar-fixed-bottom {

style.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,7 @@ pre:before {
239239
}
240240

241241
@media ( max-width : 782px) {
242-
.admin-bar .sidebar form {
243-
padding-top: 65px !important;
244-
}
242+
245243
}
246244

247245
@media ( max-width : 480px) {
@@ -1414,11 +1412,12 @@ body.rtl .sharing li {
14141412
.sidebar {
14151413
left: 0;
14161414
position: absolute;
1417-
top: 50px;
1415+
top: 0;
14181416
width: 300px;
14191417
overflow-x: hidden;
14201418
transition: all 0.2s linear 0s;
14211419
margin-left: -300px;
1420+
border-radius:0;
14221421
}
14231422

14241423
.sidebar a {
@@ -1582,7 +1581,3 @@ body.rtl .sharing li {
15821581
white-space: nowrap;
15831582
overflow: hidden;
15841583
}
1585-
1586-
.admin-bar .sidebar {
1587-
margin-top: 32px;
1588-
}

0 commit comments

Comments
 (0)