mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
devportal css tweaks for smaller windows
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
.navbar-header {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
/* Big draft warning at top of page so it's hard to mix up with the live site */
|
/* Big draft warning at top of page so it's hard to mix up with the live site */
|
||||||
.draft-warning {
|
.draft-warning {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
@@ -209,9 +213,15 @@
|
|||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.page-template-template-dev-portal-php .dev_nav_wrapper,
|
.page-template-template-dev-portal-php .dev_nav_wrapper,
|
||||||
.page-template-template-dev-portal-php .sidebar {
|
.page-template-template-dev-portal-php .sidebar {
|
||||||
display: none;
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
overflow-y: inherit;
|
||||||
|
position: static;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.page-template-template-dev-portal-php .main {
|
.page-template-template-dev-portal-php .main {
|
||||||
|
position: static;
|
||||||
|
clear: both;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
|||||||
Reference in New Issue
Block a user