1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add back comment about clipping

This commit is contained in:
dkanada 2019-09-12 06:05:40 -07:00
parent c2a0de8202
commit 9ab6756e39

View file

@ -149,6 +149,8 @@
.paper-icon-button-light > img {
width: 1.72em;
/* Can't use 100% height or it will stretch past the boundaries in safari */
/*height: 100%;*/
max-height: 100%;
/* Make sure its on top of the ripple */
position: relative;