Merge pull request #5993 from matrix-org/travis/voicemessages/scale

Scale voice message clock with user's font size
pull/21833/head
Travis Ralston 2021-05-11 10:25:36 -06:00 committed by GitHub
commit b1d5dc1194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}