Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/aphront/phabricator-nav-view.css
12241 views
1
/**
2
* @provides phabricator-nav-view-css
3
*/
4
5
.device .phui-navigation-shell div.phabricator-nav-local {
6
display: none;
7
}
8
9
.device-desktop .has-local-nav .phabricator-nav-local {
10
display: block;
11
}
12
13
.device-phone .phabricator-side-menu-home .phabricator-nav-local {
14
display: block;
15
}
16
17
/* Home Sidenav */
18
.phui-basic-nav.phui-navigation-shell
19
.phabricator-side-menu-home .phabricator-nav-local {
20
padding-top: 16px;
21
padding-right: 0;
22
background-color: transparent;
23
width: 205px;
24
max-width: 205px;
25
}
26
27
.device-phone .phui-basic-nav.phui-navigation-shell
28
.phabricator-side-menu-home .phabricator-nav-local {
29
padding-top: 0;
30
padding-right: 0;
31
background-color: transparent;
32
width: auto;
33
}
34
35
36
.phabricator-nav-content {
37
overflow: hidden;
38
}
39
40
.device-phone .phabricator-side-menu-home .phabricator-nav-content {
41
display: none;
42
}
43
44
.device-phone .phabricator-side-menu-home .phabricator-nav-local {
45
width: 100%;
46
padding-top: 0;
47
margin-top: 0;
48
}
49
50