mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
feat: remove ionic storage (#1839)
* feat: remove ionic storage * grayscal when disconncted, rename local storage service for clarity * remove storage from package lock * update patchDB Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
committed by
Aiden McClelland
parent
78ad5d5879
commit
141a390105
@@ -5,3 +5,11 @@
|
||||
ion-split-pane {
|
||||
--side-max-width: 280px;
|
||||
}
|
||||
|
||||
.container {
|
||||
transition: filter 0.3s;
|
||||
|
||||
&_offline {
|
||||
filter: saturate(0) contrast(0.85);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user