Skip to content

Commit

Permalink
set tab size to 4, make this a pointer
Browse files Browse the repository at this point in the history
some day this should really be editable outside of flash.. so annoying having to update it just to change some css
  • Loading branch information
matcool authored Jan 5, 2024
1 parent 3e8e95a commit 06b519b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flash"
version = "0.2.11"
version = "0.2.12"
edition = "2021"
authors = ["HJfod"]
description = "Documentation generator for C++"
Expand Down
1 change: 1 addition & 0 deletions templates/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ main h3 > .get-header-link {
display: none;
padding: .25rem;
margin-left: .25rem;
cursor: pointer;
}

main h1 > .get-header-link > .feather {
Expand Down
1 change: 1 addition & 0 deletions templates/default.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

html {
height: 100%;
tab-size: 4;
}

body {
Expand Down

0 comments on commit 06b519b

Please sign in to comment.