Compare commits

...

4 Commits

Author SHA1 Message Date
glyph 125211cabc Merge pull request 'Fix CSS Formatting' (#5) from cleanup_css into main
Reviewed-on: #5
2022-09-06 07:49:39 +00:00
glyph 5fd761b328 small indentation tweak 2022-09-06 08:48:47 +01:00
glyph 0804fef879 fix css indentation 2022-09-06 08:45:14 +01:00
glyph 7cff49c368 update ignore list to hide video thumbnail 2022-09-06 08:45:01 +01:00
2 changed files with 77 additions and 81 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
diagrams
next
notes
screenshots/lykin_gui_*
screenshots/lykin_*
/target
src/*.bak

View File

@ -41,11 +41,7 @@
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr 3fr;
grid-template-areas:
'nav'
'peers'
'posts'
'content';
grid-template-areas: 'nav' 'peers' 'posts' 'content';
grid-gap: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;