You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the appstore we render all apps below each other. There is <hr> element as a visual separator, but it is not that much visible, (on one of my monitors with lower brightness, it is actually invisible).
It would be nicer instead of inserting a separate <hr> in between tags to utilize the ::before CSS pseudoclass. Alternatively, we could use a top border around the app.
In the appstore we render all apps below each other. There is
<hr>
element as a visual separator, but it is not that much visible, (on one of my monitors with lower brightness, it is actually invisible).aiidalab-home/home/app_store.py
Line 170 in 0b1c618
We need to add some styling to it. We should also adjust the overall whitespace around the apps, it seems currently there's a bit too much of it.
The text was updated successfully, but these errors were encountered: