Status Bar not working in Unpkg
metropolis-nostalgia opened this issue · 2 comments
metropolis-nostalgia commented
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:
.
While the status bar works in other theme. Screenshot from Botoxparty's XP.css:
And Khang-nd's 7.css:
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.
genz-finance commented
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;
}
jdan commented
Sorry about that! Just pushed 0.1.17 :)