Fixed a bit of bullshittery and added max_age and max_num controls to fetch_session_cache

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-28 13:02:10 +02:00
parent 01d52d1dce
commit c44d56f27b
9 changed files with 207 additions and 107 deletions

View File

@@ -35,7 +35,6 @@ export default {
width: 50px;
stroke: theme("colors.purple-3");
fill: theme("colors.purple-3");
-webkit-tap-highlight-color: #0000;
transition:
stroke 0.2s,
fill 0.2s,
@@ -55,7 +54,6 @@ export default {
width: 60px;
fill: theme("colors.purple-3");
stroke: theme("colors.purple-3");
-webkit-tap-highlight-color: #0000;
transition:
stroke 0.2s,
fill 0.2s,