Ignore:
Timestamp:
2021-08-09T16:25:32+12:00 (3 years ago)
Author:
davidb
Message:

Add logic to split monospaced text across multiple lines by word boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/style/asr.css

    r35267 r35270  
    1 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
     1@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;700&display=swap');
    22
    33/* === Start theme definitions === */
     
    1515
    1616    --paper-color: #FCFCFC;
     17
     18    --monospace-font: 16px 'Roboto Mono', sans-serif;
    1719}
    1820
     
    108110}
    109111
     112/* Material Design Icon sizes */
     113
    110114.mdi-s {
    111115    font-size: 18px;
     
    123127    font-size: 48px;
    124128}
     129
     130/* Font sizes */
    125131
    126132.body1 {
     
    156162#audio-transcription-container {
    157163    margin-top: 2em;
     164}
     165
     166.monospace-font-size {
     167    font: var(--monospace-font);
     168    padding: 0;
     169    position: absolute;
     170    top: -100px;
    158171}
    159172
     
    195208.transcription__remove-button {
    196209    order: 100;
     210}
     211
     212.transcription__word-list {
     213    font: var(--monospace-font);
    197214}
    198215
Note: See TracChangeset for help on using the changeset viewer.