Skip to content

Minor UI Tweaks

Tobias Kuendig requested to merge tobias-kuendig/fractal:ui-tweaks into main

This MR introduces some minor cosmetic UI tweaks.

Bottom Margin in Room History

The room history currently is very close to the text input row. A small bottom padding makes it appear visually more separated:

Before

Bildschirmfoto_vom_2024-05-07_21-30-39

After

Bildschirmfoto_vom_2024-05-07_21-31-17

Visually align the send icon

The send icon is absolutely centered. Since the icon is a triangle, we need to move it a bit to the right to visually center it in the button.

Before

grafik

After

grafik

Increased Avatar Margin

Increased the right margin of the avatar slightly to optimize the visual separation.

Before

grafik

After

grafik

Edited by Tobias Kuendig

Merge request reports