1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-24 01:28:52 +02:00
phorge-phorge/webroot/rsrc/css/aphront/phabricator-nav-view.css

49 lines
989 B
CSS
Raw Normal View History

/**
* @provides phabricator-nav-view-css
*/
.device .phui-navigation-shell div.phabricator-nav-local {
display: none;
}
.device-desktop .has-local-nav .phabricator-nav-local {
display: block;
}
.device-phone .phabricator-side-menu-home .phabricator-nav-local {
display: block;
}
/* Home Sidenav */
.phui-basic-nav.phui-navigation-shell
.phabricator-side-menu-home .phabricator-nav-local {
padding-top: 16px;
padding-right: 0;
background-color: transparent;
width: 205px;
max-width: 205px;
2014-05-26 01:30:32 +02:00
}
.device-phone .phui-basic-nav.phui-navigation-shell
.phabricator-side-menu-home .phabricator-nav-local {
padding-top: 0;
padding-right: 0;
background-color: transparent;
width: auto;
}
.phabricator-nav-content {
overflow: hidden;
}
.device-phone .phabricator-side-menu-home .phabricator-nav-content {
display: none;
}
.device-phone .phabricator-side-menu-home .phabricator-nav-local {
width: 100%;
padding-top: 0;
margin-top: 0;
}