diff --git a/static/css/styles.css b/static/css/styles.css index a7115b1..d9799d2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -15,10 +15,32 @@ a.navbar-item:hover { background-color: #292929; } +div.navbar-end { + flex-basis: min-content; +} + th.error { color: red; } +img.favicon { + width: 16px; + height: 16px; + position: relative; + top: 2px; +} + +button.fa-button { + padding: 0; + cursor: pointer; + background: none; + border: none; +} + +label.checkbox { + margin: 1.2rem 1.2rem 0; +} + .hidden { display: none; } @@ -67,25 +89,13 @@ th.error { white-space: nowrap; } -.checkbox { - margin: 1.2rem 1.2rem 0; -} - #quick_scroll { float: right; margin-top: -2rem; } -.favicon { - width: 16px; - height: 16px; - position: relative; - top: 2px; -} - -.fa-button { - padding: 0; - cursor: pointer; - background: none; - border: none; +@media screen and (min-width: 1088px) { + .tooltip:hover::before, .tooltip:hover::after { + display: none !important; + } } diff --git a/templates/admin/list.html b/templates/admin/list.html index 60fc2e8..4f7fe94 100644 --- a/templates/admin/list.html +++ b/templates/admin/list.html @@ -1,5 +1,10 @@ {% extends "layout.html" %} {% block title %}Admin List{% endblock %} +{% block add_button %} + +  Add entry + +{% endblock %} {% block body %}

Quick Scroll : diff --git a/templates/layout.html b/templates/layout.html index 8439518..2450a5f 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -26,6 +26,7 @@ href="{{ url_for('list_animes') }}">  My seeded torrents + {% block add_button %}{% endblock %} {% if request.args.get('q') %}