Commit Graph

4 Commits

Author SHA1 Message Date
Patrik Oldsberg 945362723d packages/cli,app: read config to template html and set up public path 2020-06-04 18:09:24 +02:00
nikek 1269cc9e6b remove css zoom 2020-04-22 13:59:47 +02:00
Fredrik Adelöw f1ef39ec8c Zoom out when on small screens :)
This does absolutely nothing on firefox, but works great in safari and chrome.

There are tricks to make zooming happen on firefox, but it involves stuff like this

```
        html {
          -moz-transform: scale(0.7);
          -moz-transform-origin: 0 0;
        }
        @-moz-document url-prefix() {
          html {
            width: 142.857%;
          }
        }
```

amd after that some things still have a very hard time staying aligned with the screen edges (such as the sidebar). So I've left that as a future exercise.
2020-03-06 12:04:29 +01:00
Patrik Oldsberg 56226ae84d frontend: move to repo root 2020-03-05 16:28:14 +01:00