Skip to content

Commit

Permalink
Fix a small layout glitch on embedded Files player on ownCloud
Browse files Browse the repository at this point in the history
The '/' character between the current progress time and the total time didn't
show up correctly. There was no such problem on Nextcloud.
  • Loading branch information
paulijar committed Jan 2, 2025
1 parent a2b3ebc commit da86343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/embedded/files-music-player.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* later. See the COPYING file.
*
* @author Pauli Järvinen <pauli.jarvinen@gmail.com>
* @copyright Pauli Järvinen 2017 - 2024
* @copyright Pauli Järvinen 2017 - 2025
*/

#music-controls .icon-music-dark {
Expand Down Expand Up @@ -88,6 +88,10 @@
box-sizing: border-box;
}

#music-controls .separator {
display: inline;
}

#music-controls .control {
height: 52px;
width: 52px;
Expand Down

0 comments on commit da86343

Please sign in to comment.