feat: removed hiding stores
This commit is contained in:
parent
774fa4efb1
commit
39dfac77a9
3
dev.toml
3
dev.toml
@ -1,2 +1,5 @@
|
|||||||
[Server]
|
[Server]
|
||||||
Port = 1234
|
Port = 1234
|
||||||
|
|
||||||
|
[Template]
|
||||||
|
ActiveCard = "stores"
|
||||||
|
@ -70,10 +70,6 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stores {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
width: 10em;
|
width: 10em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user