We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c043a2e commit 6a42da9Copy full SHA for 6a42da9
res/css/_sc/feature-improvement/consistency__TextEvent/index.pcss
@@ -24,7 +24,7 @@ limitations under the License.
24
@define-mixin consistency__TextEvent {
25
/* Applied to IRC, modern layout, and the right panel */
26
/* Not applied to Bubble layout, which has its own class name with sc_ */
27
- :where(.mx_RoomView_body[data-layout="irc"], .mx_RoomView_body[data-layout="group"], .mx_RightPanel) {
+ :is(.mx_RoomView_body:where([data-layout="irc"], [data-layout="group"]), .mx_RightPanel) {
28
@mixin DisambiguatedProfile;
29
@mixin EventTile_line_M;
30
@mixin EventTile_line_color;
0 commit comments