diff --git a/images/pic1.png b/images/pic1.png index 302f4d3..c513f08 100644 Binary files a/images/pic1.png and b/images/pic1.png differ diff --git a/src/dropper/static/css/main.css b/src/dropper/static/css/main.css index fa0512d..e451cce 100644 --- a/src/dropper/static/css/main.css +++ b/src/dropper/static/css/main.css @@ -1,7 +1,3 @@ -.selector-for-some-widget { - box-sizing: content-box; -} - video { width: 520px; height: auto; @@ -40,6 +36,15 @@ video { /* Classes */ +.list-group { + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + flex-direction: inherit; + padding-left: 0; + margin-bottom: 0; +} + .scroller { scrollbar-color: #00000084 #ffffff64; scrollbar-width: thin; diff --git a/src/dropper/templates/index.html b/src/dropper/templates/index.html index 4e90dc4..efd607a 100644 --- a/src/dropper/templates/index.html +++ b/src/dropper/templates/index.html @@ -54,9 +54,9 @@
{% if oidc_isAdmin() %} -
+
-
    +
      {% for note in notes %}
    • @@ -103,13 +103,16 @@ {% for file in files %}
    • - {{file[0]}} - Edit - Delete + {{file[0]}} + + Edit + Delete + +

      {% if file[0].lower().endswith( (".png", ".jpg", ".jpeg") ) %}