Compare commits

...

5 Commits

Author SHA1 Message Date
Tobias Kuendig
66da78fcfe Merge branch 'ui-tweaks' into 'main'
Minor UI Tweaks

See merge request World/fractal!1677
2024-05-19 20:07:44 +00:00
Boyuan Yang
ecfada11ef Update Chinese (China) translation 2024-05-19 15:56:17 +00:00
Tobias Kündig
4986c5ef3f Increased avatar margin 2024-05-08 07:44:52 +02:00
Tobias Kündig
2e1ddbdbe4 Visually align the send icon 2024-05-08 07:44:48 +02:00
Tobias Kündig
e5197db780 Added bottom padding in room-history 2024-05-07 21:15:05 +02:00
4 changed files with 1975 additions and 1260 deletions

View File

@ -532,7 +532,7 @@ sidebar-row.drop-active.drop-empty .dim-label {
/* Room History */
.room-history .room-history-list {
padding-bottom: 0;
padding-bottom: 16px;
}
.room-history .room-history-list > row {
@ -561,12 +561,12 @@ room-history-row.has-header {
room-history-row:not(.has-header) .event-content:dir(ltr),
room-history-row:not(.has-header) message-reactions:dir(ltr) {
margin-left: 46px;
margin-left: 54px;
}
room-history-row:not(.has-header) .event-content:dir(rtl),
room-history-row:not(.has-header) message-reactions:dir(rtl) {
margin-right: 46px;
margin-right: 54px;
}
room-history-row:focus {
@ -831,6 +831,10 @@ sender-avatar popover button.text-button {
font-weight: 400;
}
button.send-text-message-button image {
transform: translateX(2px);
}
/* Event Source Dialog */

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<template class="ContentMessageRow" parent="AdwBin">
<child>
<object class="GtkGrid">
<property name="column-spacing">4</property>
<property name="column-spacing">12</property>
<child>
<object class="ContentSenderAvatar" id="avatar">
<layout>

View File

@ -159,6 +159,7 @@
<style>
<class name="suggested-action"/>
<class name="circular"/>
<class name="send-text-message-button"/>
</style>
<accessibility>
<property name="label" translatable="yes">Send Message</property>