jdan / 98.css

A design system for building faithful recreations of old UIs

Home Page:https://jdan.github.io/98.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Bar not working in Unpkg

metropolis-nostalgia opened this issue · comments

I recently build a html file with your CSS code from Unpkg. But the status bar (status-bar class) is not working. Here are screenshot of that:
98notworking.
While the status bar works in other theme. Screenshot from Botoxparty's XP.css:
XPstatusbar
And Khang-nd's 7.css:
7statusbar
I tried to search for the CSS code for status-bar class in Unpkg but it don't show any result. But I found that code in style.css, in your main repo!
I think the unpkg repo need to be update.

Also seeing this. Ended up just copying the following classes into my styles.css as a temporary workaround


.status-bar {
  margin: 0px 1px;
  display: flex;
  gap: 1px;
}

.status-bar-field {
  box-shadow: inset -1px -1px  #dfdfdf, 
    inset 1px 1px #808080;
  flex-grow: 1;
  padding: 2px 3px;
  margin: 0;
}

Sorry about that! Just pushed 0.1.17 :)