From: Alda Marteau-Hardi Date: Sat, 15 Apr 2017 11:17:54 +0000 (+0200) Subject: Add a classname to the loading bar (#1826) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bddd36f2602a809e64920292c4bb4382a4b97c1d;p=mastodon.git Add a classname to the loading bar (#1826) --- diff --git a/app/assets/javascripts/components/features/ui/index.jsx b/app/assets/javascripts/components/features/ui/index.jsx index 5c7cc6ef4..d3090ae9b 100644 --- a/app/assets/javascripts/components/features/ui/index.jsx +++ b/app/assets/javascripts/components/features/ui/index.jsx @@ -141,7 +141,7 @@ const UI = React.createClass({ {mountedColumns} - + diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 1c363ec15..90fada672 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -2056,3 +2056,11 @@ button.icon-button.active i.fa-retweet { flex: 0 0 auto; } } + +.loading-bar { + background-color: $color4; + height: 3px; + position: absolute; + top: 0; + left: 0; +}