Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d7b8902

Browse files
committed
Position: _EntityTile.scss
1 parent a00a6e4 commit d7b8902

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

res/css/views/rooms/_EntityTile.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,10 @@ limitations under the License.
130130
.mx_EntityTile:hover .mx_EntityTile_power {
131131
display: none;
132132
}
133+
134+
html[dir="rtl"] {
135+
.mx_EntityTile:hover::before {
136+
right: unset;
137+
left: -8px;
138+
}
139+
}

0 commit comments

Comments
 (0)