mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: simplify sizing of positioning in visualizers
This simplifies the visualizer sizing by avoiding the expanding sizes when there is more space available. Doing so allows us to treat all the sizing uniformly. We can also make the ticks area a visualizer for more code re-use.
This commit is contained in:
@ -24,6 +24,11 @@ SysprofVisualizersFrame box.horizontal.inline-toolbar {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
SysprofVisualizersFrame viewport.visualizers {
|
||||
border-right: 1px solid @borders;
|
||||
box-shadow: 1px 1px 10px @borders;
|
||||
}
|
||||
|
||||
SysprofVisualizersFrame scrollbar.horizontal {
|
||||
color: mix(@theme_fg_color, @theme_selected_bg_color, 0.5);
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user