Skip to content

Commit

Permalink
Merge pull request #94 from questionlp/develop
Browse files Browse the repository at this point in the history
Re-add responsive font sizing with corrected range
  • Loading branch information
questionlp authored Nov 23, 2024
2 parents d7dc7df + 7f620f6 commit 217466f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changes

## 6.2.3

### Application Changes

- Re-add responsive font sizing for `:root` in `wwdtm-theme` with a range of 14px and 16.5px

## 6.2.2

### Application Changes

- Remove responsive font sizing for `:root` in `wwdtm-theme`.
- Remove responsive font sizing for `:root` in `wwdtm-theme`

### Development Changes

Expand Down
6 changes: 2 additions & 4 deletions app/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11519,12 +11519,10 @@ textarea.form-control-lg {
display: none !important;
}
}
/*
:root {
// Adapted from: https://matthewjamestaylor.com/responsive-font-size
--bs-body-font-size: clamp(15px, calc(15px + 0.390625vw), 18px);
--bs-body-font-size: clamp(14px, calc(14px + 0.325vw), 16.5px);
}
*/

body .tooltip {
font-size: 0.9em;
}
Expand Down
2 changes: 1 addition & 1 deletion app/static/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# vim: set noai syntax=python ts=4 sw=4:
"""Application Version for Wait Wait Stats Page."""
APP_VERSION = "6.2.2"
APP_VERSION = "6.2.3"
2 changes: 1 addition & 1 deletion scss
Submodule scss updated 1 files
+1 −3 wwdtm/_styles.scss

0 comments on commit 217466f

Please sign in to comment.