mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge pull request #5993 from matrix-org/travis/voicemessages/scale
Scale voice message clock with user's font size
This commit is contained in:
commit
b1d5dc1194
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Clock {
|
.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-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
|
padding-left: 8px; // isolate from recording circle / play control
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue