diff --git a/scripts/boxesserver b/scripts/boxesserver index d82157e..2e72e76 100755 --- a/scripts/boxesserver +++ b/scripts/boxesserver @@ -263,6 +263,13 @@ class BServer:

""") + no_img_msg = _('There is no image yet. Please donate an image of your project on GitHub!') + + result.append(f'''
+ +
+''') + if box.description: result.append(markdown.markdown(_(box.description))) result.append(""" diff --git a/static/self.css b/static/self.css index 61c5fae..3f359ff 100644 --- a/static/self.css +++ b/static/self.css @@ -76,6 +76,7 @@ table { margin-left: auto; margin-right: auto; padding: 10px; + padding-bottom: 15px; width: 996px; -webkit-border-radius: 30px; border-radius: 30px;