Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


PeppySpectrum with MoOde
#31
(11-03-2022, 08:01 AM)the_bertrum Wrote:
(11-03-2022, 07:01 AM)franktw956 Wrote: but after changing css and rebuild

I'd suspect the culprit is in here then.  What did you change?

In media.css

Code:
// Ultra-wide screen 480 & 550 x 1920
*/
@media (max-height:549px) and (width:1919px) {
   /* Hide the volume knob */
   #volzone {display:none;}

   /* Popup volume control */
   #volcontrol-2 {height:18vw;width:18vw;padding: 2em;}
   #volumedn-2,
   #volumeup-2 {font-size:2.5vw;}
   #volume-popup .volume-display {font-size:2.75vw;}

   /* Screen saver metadata */
   #ss-metadata {top:10vh!important;text-align:center!important;font-size:3em!important;}

   /* Audioinfo popup modal */
   #audioinfo-modal {width:35%!important;}

   /* Thumbnails for Radio, Album and Playlist views */
   img.coverart {width:72vh;}
   .cover-menu {background-size:2.5rem 2.5rem;background-position: 0.75rem 2rem;}
   .album-name,
   .artyear,
   .station-name,
   .playlist-name {font-size:1.25em;}

   #lib-content li {line-height:1.35em;}
   /* Metadata under the cover art in Playback view */
   #extra-tags-display,
   #currentsong,
   #currentartist {text-overflow:ellipsis;white-space:nowrap;overflow: hidden;}
   .playback-hd-badge {height:1.25em!important;top:1rem!important;padding-top:0.15em;}

   /* Playback view Queue  */
   .playqueue li:before {font-size:1.35em;margin-top:10px;}
   .playqueue .playqueue-thumb {width:3.5em;height:3.5em;}
   .playqueue .pll1 {font-size:1.35rem;}
   .playqueue .pll2 {font-size:1.15rem;margin-left:calc(3.5em + 1vmin)!important}
   .playqueue-action {font-size:1.25rem!important;}

   /* CoverView Queue */
   #cv-playqueue {width:75vmin;}
   .cv-playqueue li:before {font-size:1.5em;margin-top:8px;}
   .cv-playqueue .playqueue-thumb {width:3.5em;height:3.5em;}
   .cv-playqueue .pll1 {font-size:1.25rem;}
   .cv-playqueue .pll2 {font-size:1rem;margin-left:calc(1.25em + 1vmin)!important}

   /* Time knob */
   #countdown {margin:0 auto;height:16.5vw;width:16.5vw;}
   #countdown div {margin:0 auto;} /* needed to center the knob */
   #countdown-display {position:absolute;top:47%;left:50%;margin-right:0px;margin-bottom:0px;transform:translate(-50%, -50%);font-size:2.5vw;font-weight:500;cursor:pointer;}
   #total {position:absolute;top:62%;left:50%;transform:translate(-50%);font-size:1.5vw;}
   .total-radio {top:65%!important}

   /* Metadata under the cover art in Playback view */
   #currentsong {font-size:1.5rem;}
   #currentsong,
   #currentartist,
   #currentalbum {padding-top:.75rem;}
   /* Play and toggle buttons under the time knob */
   #playbtns .btn {font-size:2vw;padding:1.25rem 2rem;}
   #togglebtns .btn-group .btn {font-size:1.5em;}
   #togglebtns .ralbum {display:none;}
   #togglebtns .volume-popup-btn {display:inline-block;}

   /* Tag view */
   #top-columns {width:80vw;left:10vw;}
   #lib-coverart-meta-area {display:none;}
   #trackscontainer {margin-right:10vw;}

   /* Dropdown and context menus */
   .dropdown-menu>li>a,
   .viewswitch .btn {line-height:2.5rem;font-size:1.15em;}

   /* Renderer active overlays: Text and button */
   #inpsrc-indicator {font-size:2.85em;}
   /* For the configs */
   .container {margin-left:25vw;margin-right:25vw;}
   
}
Reply


Messages In This Thread
PeppySpectrum with MoOde - by franktw956 - 10-27-2022, 07:25 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 12:13 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-27-2022, 01:18 PM
RE: PeppySpectrum with MoOde - by Nutul - 10-27-2022, 02:33 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 03:22 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-28-2022, 06:37 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 02:07 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-27-2022, 03:29 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-28-2022, 03:02 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-28-2022, 02:29 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-29-2022, 12:46 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-29-2022, 12:26 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-29-2022, 03:18 PM
RE: PeppySpectrum with MoOde - by franktw956 - 10-30-2022, 02:46 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-30-2022, 11:24 AM
RE: PeppySpectrum with MoOde - by franktw956 - 10-31-2022, 07:22 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 10-31-2022, 10:52 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-01-2022, 07:38 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-01-2022, 11:50 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-02-2022, 12:40 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-02-2022, 01:19 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-02-2022, 04:38 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-02-2022, 10:16 AM
RE: PeppySpectrum with MoOde - by Nutul - 11-02-2022, 11:47 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 12:14 AM
RE: PeppySpectrum with MoOde - by Nutul - 11-03-2022, 12:34 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 07:01 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-03-2022, 11:33 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 12:32 PM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 12:05 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-03-2022, 12:27 AM
RE: PeppySpectrum with MoOde - by the_bertrum - 11-03-2022, 08:01 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 08:34 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-05-2022, 06:03 AM
RE: PeppySpectrum with MoOde - by the_bertrum - 11-07-2022, 07:39 AM
RE: PeppySpectrum with MoOde - by the_bertrum - 11-03-2022, 08:46 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-03-2022, 01:46 PM
RE: PeppySpectrum with MoOde - by franktw956 - 11-03-2022, 11:54 PM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 12:01 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-04-2022, 12:26 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 01:22 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-04-2022, 03:39 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 10:24 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-04-2022, 11:13 AM
RE: PeppySpectrum with MoOde - by Tim Curtis - 11-04-2022, 11:21 AM
RE: PeppySpectrum with MoOde - by franktw956 - 11-05-2022, 12:38 AM

Forum Jump: