From 06b519ba81ecdf581a4c804482cf81342e683411 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:01:25 -0300 Subject: [PATCH] set tab size to 4, make this a pointer some day this should really be editable outside of flash.. so annoying having to update it just to change some css --- Cargo.toml | 2 +- templates/content.css | 1 + templates/default.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfe9d55..488b0cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flash" -version = "0.2.11" +version = "0.2.12" edition = "2021" authors = ["HJfod"] description = "Documentation generator for C++" diff --git a/templates/content.css b/templates/content.css index daf436f..86ecd63 100644 --- a/templates/content.css +++ b/templates/content.css @@ -91,6 +91,7 @@ main h3 > .get-header-link { display: none; padding: .25rem; margin-left: .25rem; + cursor: pointer; } main h1 > .get-header-link > .feather { diff --git a/templates/default.css b/templates/default.css index 7f5e109..ddabbaa 100644 --- a/templates/default.css +++ b/templates/default.css @@ -1,6 +1,7 @@ html { height: 100%; + tab-size: 4; } body {