From 90afe9768d914cd0385c3f4c547754a1bfc4690e Mon Sep 17 00:00:00 2001 From: Wiktoria Mielcarek <62669899+Braweria@users.noreply.github.com> Date: Mon, 10 Jan 2022 18:16:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20version=201.1.0=20with=20bug=20f?= =?UTF-8?q?ixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCSS/Spectrum.scss | 7 ++++++- snippets/toggle-titlebar-text.css | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 snippets/toggle-titlebar-text.css diff --git a/SCSS/Spectrum.scss b/SCSS/Spectrum.scss index 9cad6ea..457fd08 100644 --- a/SCSS/Spectrum.scss +++ b/SCSS/Spectrum.scss @@ -5,7 +5,7 @@ * Name: Spectrum * Licence: MIT * GitHub Repo: https://github.com/Braweria/Spectrum -* Version: 1.0.4 +* Version: 1.1.0 ! CONTENT *.............1. Variables @@ -50,6 +50,7 @@ *............16. Eisenhower Matrix *............17. Math *............18. Keyboard Key Symbol +*............19. Notice *............100. Other People's Plugins *................. Daily Planner @@ -152,6 +153,10 @@ *..........................18. Keyboard Key Symbol */ @import '_blocks/key-symbol'; +/* +*..........................19. Notice */ +@import '_blocks/notice'; + /* *..........................100. Other People's Plugins */ @import '_blocks/_other-peoples-plugins/day-planner'; diff --git a/snippets/toggle-titlebar-text.css b/snippets/toggle-titlebar-text.css new file mode 100644 index 0000000..8c1e5b9 --- /dev/null +++ b/snippets/toggle-titlebar-text.css @@ -0,0 +1,3 @@ +.titlebar-text { + display: block; +}