Giter Club home page Giter Club logo

Comments (5)

guydavis avatar guydavis commented on July 17, 2024 1

@Hukuma1 Sorry, just spotted this! Great suggestion on the scrollbars. You are a wizard at the UI my friend. I'll include in next release! Hopefully next week.

from machinaris.

guydavis avatar guydavis commented on July 17, 2024

This is awesome! I've include your dark-mode improvements into Machinaris v0.2.1. I'll get your light-mode integrated in a future release with a toggle in UI. Great contribution.

from machinaris.

guydavis avatar guydavis commented on July 17, 2024

@antdragone Here's another interesting one for the frontend. Found a good article on using Bootstrap 5 for light/dark toggling. Might be a way to make this a setting that each user can toggle.

from machinaris.

Hukuma1 avatar Hukuma1 commented on July 17, 2024

Surprised BS doesn't have any scrollbar skinning abilities...

Love your new logs feature and thought maybe we could add custom scrollbars for Machinaris to match the current dark theme?

http://webkit-scroll-gen.sourceforge.net/ = quick generator to make the code

https://caniuse.com/?search=webkit-scrollbar shows support to be over 91% of all browsers. Sorry Firefox... :/

from machinaris.

Hukuma1 avatar Hukuma1 commented on July 17, 2024

machscroll

<style type="text/css">
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #3aac59;
  border: 0px none #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3aac59;
}
::-webkit-scrollbar-thumb:active {
  background: #3aac59;
}
::-webkit-scrollbar-track {
  background: #15171a;
  border: 0px none #ffffff;
  border-radius: 3px;
}
::-webkit-scrollbar-track:hover {
  background: #15171a;
}
::-webkit-scrollbar-track:active {
  background: #15171a;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
</style>

from machinaris.

Related Issues (20)

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.