Apply 50% opacity to left breadcrumbs
Fixes https://github.com/vector-im/riot-web/issues/8564 We listen for membership changes to make sure the state is kept up to date.
This commit is contained in:
parent
57d72b4deb
commit
7e2291592c
2 changed files with 16 additions and 0 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