Git Product home page Git Product logo

Comments (3)

Fabrizz avatar Fabrizz commented on June 25, 2024

Edit as I thought that this issue was inside MMM-OnSpotify, DynamicTheming grabs the colors from OnSpotify, if you want to disable or change it you can do it inside LiveLyrics or OnSpotify.

You can just edit custom.css and add any styling that you want.

What do you want to change? Maybe you need to use !important in yor css statements so it overrides the dafaults or look at how the module changes when its status changes.

This last bit is maybe what is conflicting with your config, as there are media queries for different screen sizes, different grid stylings for the backgrouds and some hardcoded values for shadows, etc inside the JS. I tried to make it really modular, so try looking at the default css to copy the selectors

from mmm-livelyrics.

Fredde87 avatar Fredde87 commented on June 25, 2024

Sorry for the late reply, I took a break from working on my MM.

Unfortunately that still hasn't taken effect. My goal is to resize it because I simply want it to occupy just a small section of the bottom of the screen as well as reducing the font size. So I tried this just to resize the height but it still fills the whole screen. I must be missing something obvious?

.MMM-LiveLyrics {
height: 5% !important;
max-height: 5% !important;
}

from mmm-livelyrics.

Fabrizz avatar Fabrizz commented on June 25, 2024

Then you should probably edit the included.css to override the dafaults and view exactly what you want to change. It also depends on what displayMode: you have configured

You can change everything modifing the font-size of the parent container of the module, as the sizes are relative

from mmm-livelyrics.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.