Stylish
A collection of rules for the Chrome Stylus extension.
Adobe Analysis Workspace
More space in the left rail of Adobe Analysis Workspace.
| Before | After |
|---|---|
![]() |
![]() |
/* Prevent early truncation of Left Rail */
.an-ItemsListItem-label.has-secondary-label {
max-width:calc(100% + 6px) !important;
padding: 0px;
margin: 0px;
}
.an-ItemsListItem .an-ItemsListItem-dragHandle {
padding: 0 6px 0 4px;
}
/* Tighten left rail padding */
.an-GroupedItemsListPanel-Content {
padding: 15px 5px 15px 0px !important;
}
Taller Segment Preview popups
| Before | After |
|---|---|
![]() |
![]() |
/* Larger segment definitions */
.an-SegmentPreview-contentMain {
max-height: unset;
}



