]> git.0d.be Git - panikweb-studioneau.git/commitdiff
force "what's on air" on a single line
authorFrédéric Péters <fpeters@0d.be>
Wed, 23 Feb 2022 13:25:47 +0000 (14:25 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 23 Feb 2022 13:31:44 +0000 (14:31 +0100)
panikweb_studioneau/static/css/style.scss

index 621de73453cdea3153d6dcbeda391fe048673ef5..1b1f3db0eb5f2ea32f5b68392103794855f4dec5 100644 (file)
@@ -585,9 +585,16 @@ ul.collection {
                margin-top: 1em;
                font-size: 75%;
                @media screen and (max-width: 600px) {
-                       margin-top: 1.5em;
+                       margin-top: 1.7em;
                }
        }
+       #WhatsOnAir {
+               display: block;
+               white-space: pre;
+               overflow: hidden;
+               text-overflow: ellipsis;
+               max-width: calc(100vw - 2em);
+       }
 }
 
 .nothing-playing {