From e9659414ee32b62c4996e1b9329281c6ff49c0e9 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 26 Jun 2019 22:39:45 +0200 Subject: A bit more cleanup --- README.md | 14 +------------- assets/icons.svg | 0 css/main.scss | 33 ++++++++++++--------------------- 3 files changed, 13 insertions(+), 34 deletions(-) delete mode 100644 assets/icons.svg diff --git a/README.md b/README.md index 7ebde2b..18353dc 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ to the previously listed ones: Folder structure: -- **assets:** Compiled assets that will be embedded into the executable using packr +- **assets:** Assets that will be embedded into the executable using packr - **css:** SCSS source files - **fonts:** Fonts that will be minified - **js:** TypeScript source files @@ -60,18 +60,6 @@ exit 0 ``` -## Related - -Related projects: - -- [go-gopher](https://github.com/prologic/go-gopher) - go-gopher is the Gopher client and server library used by gopherproxy - -- [gopherclient](https://github.com/prologic/gopherclient) - gopherclient is a cross-platform QT/QML GUI Gopher Client - using the gopherproxy library as its backend. - - ## License MIT diff --git a/assets/icons.svg b/assets/icons.svg deleted file mode 100644 index e69de29..0000000 diff --git a/css/main.scss b/css/main.scss index a33573e..be44d5f 100644 --- a/css/main.scss +++ b/css/main.scss @@ -20,6 +20,9 @@ $font-monospace: 'Iosevka Term SS03', 'IBM Plex Mono', 'Fira Code', 'Fira Mono', url('/iosevka-term-ss03-regular.woff') format('woff'); } +// +// Basic element styles + body { margin: 0; padding: 0; @@ -100,15 +103,8 @@ strong { } } -.novisit { - color: $link-idle; -} - -// :link, :visited { -// &:hover { -// color: $text-plus; -// } -// } +// +// Template classes .header-base { display: flex; @@ -119,6 +115,7 @@ strong { } // +// Header .header { padding: .9em 1em; @@ -126,6 +123,7 @@ strong { } // +// Location component .location { flex: 0 1 auto; @@ -172,6 +170,7 @@ strong { } // +// Actions component .actions { flex: 0 0 auto; @@ -192,6 +191,7 @@ strong { } // +// Site content classes .wrap { padding: 2em 1em; @@ -219,8 +219,6 @@ strong { } } -// - .type-annotation { margin-left: -3em; margin-left: -5ch; @@ -229,6 +227,7 @@ strong { } // +// Modal component .modal { position: fixed; @@ -270,6 +269,7 @@ strong { } // +// Setting component .setting { display: flex; @@ -297,16 +297,7 @@ strong { } // - -#none { - position: fixed; - top: 0; - left: 0; - width: 0; - height: 0; -} - -// +// Viewport adaptation @media screen and (max-width: 800px) { body { -- cgit v1.2.3-70-g09d2