revert indenting change

feature/default_network_editable
Zachary Belford 3 years ago
parent 5e049aabff
commit a1c964a6b8
No known key found for this signature in database
GPG Key ID: CC6C9E5B7B8D6059
  1. 32
      app/notification.html

@ -5,24 +5,24 @@
<meta charset="utf-8">
<title>MetaMask Notification</title>
<style>
#app-content {
display: flex;
flex-flow: column;
}
#app-content {
display: flex;
flex-flow: column;
}
#loading__logo {
width: 10rem;
height: 10rem;
align-self: center;
margin: 10rem 0 0 0;
}
#loading__logo {
width: 10rem;
height: 10rem;
align-self: center;
margin: 10rem 0 0 0;
}
#loading__spinner {
width: 2rem;
height: 2rem;
align-self: center;
margin-top: 1rem;
}
#loading__spinner {
width: 2rem;
height: 2rem;
align-self: center;
margin-top: 1rem;
}
</style>
<link rel="stylesheet" type="text/css" href="./index.css" title="ltr">
<link rel="stylesheet" type="text/css" href="./index-rtl.css" title="rtl" disabled>

Loading…
Cancel
Save