From 5f1c5c208599f3b477f2c8284ea71099d4d23591 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Sun, 30 Jul 2023 10:09:36 +0200 Subject: [PATCH] New page --- index.html | 18 ++++------ main.css | 2 +- raspberry-pi-temperature-monitoring.html | 2 +- tree-style-tabs-new-tab-button-bottom.html | 40 ++++++++++++++++++++++ z3-logic-puzzle-solving.html | 2 +- 5 files changed, 50 insertions(+), 14 deletions(-) create mode 100644 tree-style-tabs-new-tab-button-bottom.html diff --git a/index.html b/index.html index 9aa420e..95775f7 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,20 @@ FliegendeWurst's corner of the WWW +

FliegendeWurst's corner of the WWW

-Interesting tidbits: - -Solving a logic puzzle using an SMT solver +Interesting tidbits + Check out my projects: - -Other interesting bits: - - - Links: Github profile, Gitlab profile, BOINC contributions.
diff --git a/main.css b/main.css index 770ba05..37197c1 100644 --- a/main.css +++ b/main.css @@ -15,7 +15,7 @@ body { } article { - max-width: 70em; + max-width: 45em; } #hero-img { diff --git a/raspberry-pi-temperature-monitoring.html b/raspberry-pi-temperature-monitoring.html index 492287c..a771d3c 100644 --- a/raspberry-pi-temperature-monitoring.html +++ b/raspberry-pi-temperature-monitoring.html @@ -2,7 +2,7 @@ Raspberry Pi temperature monitoring + calendar - + diff --git a/tree-style-tabs-new-tab-button-bottom.html b/tree-style-tabs-new-tab-button-bottom.html new file mode 100644 index 0000000..04e7a5b --- /dev/null +++ b/tree-style-tabs-new-tab-button-bottom.html @@ -0,0 +1,40 @@ + + + +Fixing the position of TST's new tab button + + + + + + + +

FliegendeWurst's corner of the WWW

+ +

Fixing the position of TST's new tab button

+ +
+ +

+Here you can learn how to change the position of the new tab button for the Tree Style Tab browser extension. +With this change, the new tab button is always at the bottom of the tab tree. +Opening a new tab with the mouse is then as simple as clicking at the bottom left of the screen. +No more aiming at a 20 pixels high region below the last opened tab! +

+ +

+Simply add the CSS code below to TST's custom style option ("Advanced" > "Extra style rules for contents provided by Tree Style Tab"). +

+
+#tabbar .after-tabs {
+  display: none;
+}
+
+#tabbar ~ .after-tabs {
+  display: flex !important;
+}
+
+ +
+ + \ No newline at end of file diff --git a/z3-logic-puzzle-solving.html b/z3-logic-puzzle-solving.html index 276a1c8..ec8f46c 100644 --- a/z3-logic-puzzle-solving.html +++ b/z3-logic-puzzle-solving.html @@ -2,7 +2,7 @@ Solving a logic puzzle using an SMT solver - +