make sure scrollbar is at the far right edge of the LLP
This commit is contained in:
parent
604020dd59
commit
b79394722a
1 changed files with 3 additions and 10 deletions
|
@ -21,19 +21,12 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel {
|
.mx_CustomRoomTagPanel {
|
||||||
background-color: $tagpanel-bg-color;
|
background-color: $tagpanel-bg-color;
|
||||||
display: flex;
|
max-height: 40%;
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
color: white
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel li.selected {
|
|
||||||
background-color: red;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
||||||
margin: 9px 0;
|
margin: 9px auto;
|
||||||
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel .mx_BaseAvatar_image {
|
.mx_CustomRoomTagPanel .mx_BaseAvatar_image {
|
||||||
|
|
Loading…
Reference in a new issue