mirror of
https://github.com/nasa/openmct.git
synced 2025-05-29 21:54:20 +00:00
[Frontend] Fixed overflow problem that was hiding toolbar menu
open #199 open #283 Tweaks to .tool-bar layout to handle very narrow widths;
This commit is contained in:
parent
472f6fefd4
commit
5fd55939a9
@ -257,12 +257,14 @@
|
|||||||
line-height: $ueEditToolBarH;
|
line-height: $ueEditToolBarH;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
overflow: hidden;
|
|
||||||
&.active {
|
&.active {
|
||||||
height: $ueEditToolBarH + $interiorMargin;
|
height: $ueEditToolBarH + $interiorMargin;
|
||||||
margin-bottom: $interiorMargin;
|
margin-bottom: $interiorMargin;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
.tool-bar {
|
||||||
|
right: $interiorMargin;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.object-browse-bar .s-btn,
|
.object-browse-bar .s-btn,
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
.tool-bar {
|
.tool-bar {
|
||||||
|
&.btn-bar {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.l-control-group {
|
.l-control-group {
|
||||||
height: $btnToolbarH;
|
height: $btnToolbarH;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user