mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Scale voice message clock with user's font size
Fixes https://github.com/vector-im/element-web/issues/17185
This commit is contained in:
parent
c2ae6c279b
commit
b56d7c9ae8
@ -46,7 +46,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_Clock {
|
||||
width: 42px; // we're not using a monospace font, so fake it
|
||||
width: $font-42px; // we're not using a monospace font, so fake it
|
||||
padding-right: 6px; // with the fixed width this ends up as a visual 8px most of the time, as intended.
|
||||
padding-left: 8px; // isolate from recording circle / play control
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user