mirror of
https://gitlab.gnome.org/World/fractal.git
synced 2025-08-15 00:03:14 -04:00
Compare commits
5 Commits
a0a95cf80e
...
66da78fcfe
Author | SHA1 | Date | |
---|---|---|---|
|
66da78fcfe | ||
|
ecfada11ef | ||
|
4986c5ef3f | ||
|
2e1ddbdbe4 | ||
|
e5197db780 |
@ -532,7 +532,7 @@ sidebar-row.drop-active.drop-empty .dim-label {
|
|||||||
/* Room History */
|
/* Room History */
|
||||||
|
|
||||||
.room-history .room-history-list {
|
.room-history .room-history-list {
|
||||||
padding-bottom: 0;
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.room-history .room-history-list > row {
|
.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) .event-content:dir(ltr),
|
||||||
room-history-row:not(.has-header) message-reactions: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) .event-content:dir(rtl),
|
||||||
room-history-row:not(.has-header) message-reactions:dir(rtl) {
|
room-history-row:not(.has-header) message-reactions:dir(rtl) {
|
||||||
margin-right: 46px;
|
margin-right: 54px;
|
||||||
}
|
}
|
||||||
|
|
||||||
room-history-row:focus {
|
room-history-row:focus {
|
||||||
@ -831,6 +831,10 @@ sender-avatar popover button.text-button {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.send-text-message-button image {
|
||||||
|
transform: translateX(2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Event Source Dialog */
|
/* Event Source Dialog */
|
||||||
|
|
||||||
|
3222
po/zh_CN.po
3222
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
<template class="ContentMessageRow" parent="AdwBin">
|
<template class="ContentMessageRow" parent="AdwBin">
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkGrid">
|
<object class="GtkGrid">
|
||||||
<property name="column-spacing">4</property>
|
<property name="column-spacing">12</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="ContentSenderAvatar" id="avatar">
|
<object class="ContentSenderAvatar" id="avatar">
|
||||||
<layout>
|
<layout>
|
||||||
|
@ -159,6 +159,7 @@
|
|||||||
<style>
|
<style>
|
||||||
<class name="suggested-action"/>
|
<class name="suggested-action"/>
|
||||||
<class name="circular"/>
|
<class name="circular"/>
|
||||||
|
<class name="send-text-message-button"/>
|
||||||
</style>
|
</style>
|
||||||
<accessibility>
|
<accessibility>
|
||||||
<property name="label" translatable="yes">Send Message</property>
|
<property name="label" translatable="yes">Send Message</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user