Don't show a progress bar in update notifier modal (#445)

Fixes: https://github.com/resin-io/etcher/issues/442
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-05-26 21:18:13 -04:00
parent b14e94fc3b
commit 31728801f5
2 changed files with 3 additions and 1 deletions

View File

@ -6317,7 +6317,8 @@ button.btn:focus, button.progress-button:focus {
* limitations under the License.
*/
.update-notifier-modal-body {
padding: 30px 35px; }
padding: 30px 35px;
overflow: hidden; }
.update-notifier-modal-body__content {
padding-bottom: 15px;

View File

@ -16,6 +16,7 @@
.update-notifier-modal-body {
padding: 30px 35px;
overflow: hidden;
}
.update-notifier-modal-body__content {