Fix #6584 - make popover a primary container element
[roojs1] / scss / roojs-bootstrap / navbar.scss
1 /* for some reason it's -15px on BS */
2
3 @media (min-width: 768px) {
4     .navbar-right {
5         /*  not needed on popup?
6         margin-right: 15px;
7         */
8     }
9 }
10 /* was -15 before, on mobile it made the buttons too close to the edit.. */
11 .navbar-nav {
12     margin: 0px -5px;
13 }
14
15 table td .navbar {
16     min-height: auto;
17 }
18
19 // navbar at the top of panes...
20 .tab-pane .navbar-nav,
21 .tab-pane .navbar-nav .nav-item {
22     width: 100%;
23 }