diff --git a/src/assets/index.html b/src/assets/index.html index 5376326..aee3e11 100644 --- a/src/assets/index.html +++ b/src/assets/index.html @@ -142,8 +142,8 @@ {{ feed.title }} {{ filteredFeedStats[feed.id] || '' }} - {% inline "alert-circle.svg" %} @@ -246,6 +246,9 @@ +
+ {{ feed_errors[current.feed.id] }} +
diff --git a/src/assets/stylesheets/app.css b/src/assets/stylesheets/app.css index a7d8b03..ec082b1 100644 --- a/src/assets/stylesheets/app.css +++ b/src/assets/stylesheets/app.css @@ -127,29 +127,6 @@ select.form-control:not([multiple]):not([size]) { height: .6rem; } -.info { - position: relative; -} - -.info::after { - visibility: hidden; - position: absolute; - right: -0.5rem; - left: auto; - bottom: 1.5rem; - content: attr(data-info); - color: #fff; - background-color: rgba(0, 0, 0, 0.8); - padding: 0.5rem; - border-radius: 3px; - min-width: 16rem; - z-index: 1000; -} - -.info:hover::after { - visibility: visible; -} - .feed-icon { width: 16px; height: 16px;