UI: show clear storage state and hide migrate button when not needed
This commit is contained in:
11
styles.css
11
styles.css
@@ -75,6 +75,17 @@ body {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.storage-state {
|
||||
margin: 0 0 0.9rem;
|
||||
font-size: 0.88rem;
|
||||
font-weight: 600;
|
||||
color: #1e3d5d;
|
||||
background: #e5eef8;
|
||||
border: 1px solid #d2e0ef;
|
||||
border-radius: 10px;
|
||||
padding: 0.45rem 0.6rem;
|
||||
}
|
||||
|
||||
.app-shell {
|
||||
width: min(1100px, 94vw);
|
||||
margin: 2rem auto;
|
||||
|
||||
Reference in New Issue
Block a user