fediwall/src
Marcel Hellkamp f59515adf9 Fix layout: Remove whitespace on sides
Using rem-based sizing for the columns means that there is up to hallf a column (10rem) space on each side before another column can be added. We now use percent-based sizing instead and decide on the column count via CSS media queries based on avalable screen space. Still relative ro rem, so zoom still works.
2023-07-15 12:59:22 +02:00
..
assets Initial commit 2023-07-15 08:46:52 +02:00
components Initial commit 2023-07-15 08:46:52 +02:00
App.vue Fix layout: Remove whitespace on sides 2023-07-15 12:59:22 +02:00
config.ts Initial commit 2023-07-15 08:46:52 +02:00
defaults.ts Initial commit 2023-07-15 08:46:52 +02:00
main.ts Initial commit 2023-07-15 08:46:52 +02:00
utils.ts Initial commit 2023-07-15 08:46:52 +02:00