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).
|
display(ipw.HTML("<hr>")) # horizontal line |
, but (at least in my browser) it is not visible since its color is white.
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.
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.