mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[FIX] quick and dirty responsiveness for api tool
This commit is contained in:
@@ -97,6 +97,7 @@ color: #f09 !important;
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 720px) {
|
||||||
.menubar {
|
.menubar {
|
||||||
right: 794px;
|
right: 794px;
|
||||||
@@ -143,6 +144,18 @@ color: #f09 !important;
|
|||||||
padding-left: 50%;
|
padding-left: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#command_wrapper {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#command_wrapper #command_list {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#online_state {
|
||||||
|
top: 50px !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
|
|||||||
Reference in New Issue
Block a user