Fixed screen size, added dark mode app menu icons, added haptics, added keyboard dismiss with swipe
This commit is contained in:
@@ -11,11 +11,19 @@
|
||||
--quillred: #DE3F3F;
|
||||
--brown: #812A18;
|
||||
--darkbrown: #3f0808;
|
||||
--darkgrey: #5c4646;
|
||||
|
||||
--home-src: /_/icons/home.svg;
|
||||
--home-selected-src: /_/icons/homeselected.svg;
|
||||
--people-src: /_/icons/people.svg;
|
||||
--people-selected-src: /_/icons/peopleselected.svg;
|
||||
|
||||
--column-src: /_/icons/column2.svg;
|
||||
--nodes-src: /_/icons/nodes.svg;
|
||||
--forum-src: /_/icons/forum.svg;
|
||||
--people-src: /_/icons/people.svg;
|
||||
|
||||
--top-inset: env(safe-area-inset-top, 0px);
|
||||
--bottom-inset: env(safe-area-inset-bottom, 0px);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@@ -25,10 +33,14 @@
|
||||
--accentdark: rgb(37, 2, 5);
|
||||
--text: rgb(255, 225, 181);
|
||||
|
||||
--home-src: /_/icons/homelight.svg;
|
||||
--home-selected-src: /_/icons/homelightselected.svg;
|
||||
--people-src: /_/icons/peoplelight.svg;
|
||||
--people-selected-src: /_/icons/peoplelightselected.svg;
|
||||
|
||||
--column-src: /_/icons/column2.svg;
|
||||
--nodes-src: /_/icons/nodes.svg;
|
||||
--forum-src: /_/icons/forum.svg;
|
||||
--people-src: /_/icons/people.svg;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user