mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
b14e94fc3b
commit
31728801f5
@ -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;
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
.update-notifier-modal-body {
|
||||
padding: 30px 35px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.update-notifier-modal-body__content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user