Plugin Directory

Changeset 3261011


Ignore:
Timestamp:
03/24/2025 05:49:24 PM (10 months ago)
Author:
audiotyped
Message:

Version 1.0.22 - Correcting css background image position for avatar images, correcting css font size for speakers on mobile devices

Location:
audiotyped-ux
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • audiotyped-ux/trunk/audiotyped-ux.php

    r2352397 r3261011  
    77Author URI: https://audiotyped.de
    88Text Domain: audiotyped-ux
    9 Version: 1.0.21
     9Version: 1.0.22
    1010*/
    1111
  • audiotyped-ux/trunk/audiotyped.css

    r2352397 r3261011  
    3737  background-color: var(--tscrpttbcolor) !important;
    3838  border-radius: 6px;
    39   display: inline-block;
     39  display: table;
    4040}
    4141.transcriptInterview {
     
    9595  border-radius: var(--tscrptaradius);
    9696  background-size: cover;
    97   background-position: center center;
     97  background-position: top center;
    9898    top: 0px;
    9999}
     
    224224  border-radius: var(--tscrptaradius);
    225225  background-size: cover;
    226   background-position: center center;
     226  background-position: top center;
    227227  top: var(--tscrptmatsize);
    228228  left: 0;
     
    278278  border-radius: var(--tscrptaradius);
    279279  background-size: cover;
    280   background-position: center center;
     280  background-position: top center;
    281281  top: var(--tscrptmatsize);
    282282  right: 0;
     
    306306  margin: 12px 0 12px 0;
    307307}
    308 .transcriptSpeaking strong {
     308.transcriptHost .transcriptSpeaking strong {
    309309  font-size: var(--tscrptmfsize) !important;
    310310}
     311.transcriptGuest .transcriptSpeaking strong {
     312  font-size: var(--tscrptmfsize) !important;
     313
    311314}
    312315/* --------------------------------------------------------
  • audiotyped-ux/trunk/readme.txt

    r2352397 r3261011  
    11=== AudioTyped UX ===
    22Contributors: audiotyped
    3 Tags: podcast,transcription,ux,layout,interview,deaf,interview
    4 Requires at least: 5.4.2
    5 Tested up to: 5.4.1
     3Tags: podcast,transcript, transcription,ux,layout,interview,deaf,interview
     4Requires at least: 5.8
     5Tested up to: 6.7.2
    66Stable tag: 1.0.21
    7 Requires PHP: 5.2.4
    8 License: GPLv3
    9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
     7Requires PHP: 7.4
     8License: GPLv2 or later
     9License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    1111With AudioTyped UX you can make design settings for your UX Interview Layout Transcripts.
     
    112112= 1.0.21 - 4th August 2020 =
    113113* break long words
     114
     115= 1.0.22 - 24th March 2025 =
     116* stylesheet corrections for avatar background image position, correct font size for mobile devices
Note: See TracChangeset for help on using the changeset viewer.