mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
fix table of contents overflowing sidebar on some screen widths
This commit is contained in:
@@ -202,7 +202,7 @@
|
|||||||
}
|
}
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
.page-template-template-dev-portal-php .dev_nav_wrapper {
|
.page-template-template-dev-portal-php .dev_nav_wrapper {
|
||||||
max-width: 300px;
|
max-width: 290px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multicode ul {
|
.multicode ul {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
@@ -426,14 +426,13 @@
|
|||||||
|
|
||||||
.multicode a.current {
|
.multicode a.current {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multicode a:hover {
|
.multicode a:hover {
|
||||||
color: black;
|
color: black;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multicode a.current:hover {}
|
.multicode a.current:hover {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user