Merge pull request #2860 from matrix-org/travis/breadcrumbs/parted
Apply 50% opacity to left breadcrumbs
This commit is contained in:
commit
c3d3dd1fd7
2 changed files with 27 additions and 7 deletions
|
@ -47,6 +47,9 @@ limitations under the License.
|
|||
transform: scale(0);
|
||||
}
|
||||
|
||||
.mx_RoomBreadcrumbs_left {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
// Note: we have to manually control the gradient and stuff, but the IndicatorScrollbar
|
||||
// will deal with left/right positioning for us. Normally we'd use position:sticky on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue