mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizer-ticks: start on minimal ticks implementation
We need some sort of scale for content, so we will do this with an overlay for now. However, we will also want something to be able to do selections in the future. This still needs some iteration for correctness, but this sort of gets the ball rolling.
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
paned list row,
|
||||
popover list row {
|
||||
padding: 6px 10px 6px 10px;
|
||||
border-bottom: 1px solid alpha(@borders, 0.2);
|
||||
}
|
||||
|
||||
paned list row:last-child,
|
||||
popover list row:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
@ -12,3 +10,7 @@ popover list row:last-child {
|
||||
popover scrolledwindow {
|
||||
border-top: 1px solid alpha(@borders, 0.75);
|
||||
}
|
||||
|
||||
list.visualizers row {
|
||||
border-bottom: 1px solid alpha(@borders, 0.2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user