Coder Social home page Coder Social logo

jellyfin-icons's People

Contributors

bsikar avatar levisnoot avatar lubricantjam avatar prayag17 avatar snagglebrew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jellyfin-icons's Issues

Screenshots?

Could you please add some screenshots of how the icons look when installed to the readme?

Missing opening quotes on some css import lines.

In the README file, these code blocks should have an opening quote (") at the beginning of the URL for them to work:

@import url(https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Outline.css");
@import url(https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/solid.css");

Because of this, directly copypasting either of these two imports into Jellyfin's CSS overrides section will not work, requiring you to add the quotes manually.

Music Video Libray Icon

Currently the music video icon in the light icon set (I'm using JellySkin, so I'm not sure about the others) is a face with a mask on, which is unrelated to music videos. Is it possible to change to a more accurate icon?

Missing adjustments for a few icons on duotone

Hi,

These three icons (groups,undo,redo) are missing necessary adjustments on duotone css file:

.material-icons.groups:before {
position: absolute;
content: "\f233";
}
.material-icons.groups:after {
opacity: var(--opacity);
content: "\10f233";
}

.material-icons.undo:before {
position: absolute;
content: "\f0e2";
}
.material-icons.undo:after {
opacity: var(--opacity);
content: "\10f0e2";
}

.material-icons.redo:before {
position: absolute;
content: "\f01e";
}
.material-icons.redo:after {
opacity: var(--opacity);
content: "\10f01e";
}

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.