You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Messages are shown in the part of the window that isn't the sidebar
What happened instead?
There's a sidebar on the right taht does nothing:
Fix
This appears to be an uhhhhhhhhhhhhh this thing
Which is empty. So unchecking the width: 90px; statement for .mx_EventTile[data-layout=group] .mx_EventTile_msgOption, .mx_EventTile[data-layout=irc] .mx_EventTile_msgOption { makes the page render correctly:
Well, "correctly". At least it's just the padding: var(--RoomView_MessageList-padding); on .mx_RoomView_MessageList like in #26281.
@nabijaczleweli Thank you for opening an issue. Unfortunately there is not enough information there for me to be able to reproduce it. Please update the description with steps/screenshots/video/more details so our developers can have a look at it: Can you send the exact settings from the appearance section?
It sure appears to be. But it's even more egregious in your screenshot, why is it so wide? It's not that wide on a phone (otherwise that'd be half your screen)? The empty column has no bearing on the actual receipts (as proven by "if you set it to width: 0 they still show, and the actual post on which they are shrinks by how wide they are"). The receipts aren't actually that wide? Even in your screenshot? Why is significant hunk of the screen designed to be completely empty?
Steps to reproduce
Outcome
What did you expect?
Messages are shown in the part of the window that isn't the sidebar
What happened instead?
There's a sidebar on the right taht does nothing:
Fix
This appears to be an uhhhhhhhhhhhhh this thing
Which is empty. So unchecking the
width: 90px;
statement for.mx_EventTile[data-layout=group] .mx_EventTile_msgOption, .mx_EventTile[data-layout=irc] .mx_EventTile_msgOption {
makes the page render correctly:Well, "correctly". At least it's just the
padding: var(--RoomView_MessageList-padding);
on.mx_RoomView_MessageList
like in #26281.Indeed, replacing that clause with
turns it into something that isn't an affront to all screen users:
Operating system
Windows
Application version
Element version: 1.11.45 Olm version: 3.2.14
How did you install the app?
clicked enter on "Element Setup.exe"
Homeserver
nabijaczleweli.xyz Synapse 1.93.0-1
Will you send logs?
No
The text was updated successfully, but these errors were encountered: