-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress Indicator Doesn't Work #212
Comments
share your code please, it works on the demo |
I also have the same issue. I installed 98.css via Meanwhile, I guess we can just download and reference the latest 98.css file from the releases in this repo. |
Actually, it seems the latest tagged release on this repo is further behind. Latest one was tagged on 22 May 2022. For those of us who need the latest features now, the best way to do so would be to build manually from source. |
Doing a little inspect element, here's the .CSS that should have the latest changes. https://jdan.github.io/98.css/98.css edit: edit 2: |
<link rel="stylesheet" href="https://jdan.github.io/98.css/98.css" />
<div class="window" style="width: 140px">
<div class="title-bar">
<div class="title-bar-text">Follower Goal</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<p>
<b> 17/20</b>
</p>
<div class="progress-indicator">
<span class="progress-indicator-bar" style="width: 85%" />
</div>
</div>
</div> |
Hello, I am trying to create a loading screen, however when testing the progress indicator element, I found that nothing shows up! I thought "Oh? Maybe it's transparent or something", so I went and try it put it in a window element but same issue. Thank you!
The text was updated successfully, but these errors were encountered: