[Monitor Dashboard | Trunk]: Add hide controls on bottom left to handle sidebar

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@57955 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2019-12-24 14:51:12 +00:00
parent 8ee36be2cb
commit 0e0b9611fa
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,12 @@ html .dashboard {
background: rgba(240,240,240,0);
}
@media only screen and (max-width: 767px) {
.dashboard #hide_controls {
width: 280px;
}
}
.dashboard #hide_controls > *{
padding: 5px;
}