Skip to content

Commit

Permalink
improve mobile css
Browse files Browse the repository at this point in the history
  • Loading branch information
mk360 committed Dec 11, 2024
1 parent eb608f1 commit 7379393
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</head>
<body>
<header>
<span>Better FEH Inheritance</span>
<h1>Better FEH Inheritance</h1>
<div class="socials">
<a aria-label="GitHub Repository" href="/~https://github.com/mk360/feh-inheritance"><img alt="GitHub" src="./static/github.png" /></a>
<a aria-label="Ko-fi webpage" href="https://ko-fi.com/toniontheonion">
Expand Down
2 changes: 1 addition & 1 deletion index.min.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>FEH Inheritance Viewer</title><link rel="stylesheet" href="./static/index.min.css"><meta name="referrer" content="no-referrer"><meta name="title" content="FEH Inheritance Viewer"><meta name="description" content="Check who your favorite Heroes can inherit skills from, in a more digestible way than in the game."><meta property="og:type" content="website"><meta property="og:url" content="https://feh-inheritance.tonion-the-onion.com/"><meta property="og:title" content="FEH Inheritance Viewer"><meta property="og:description" content="Check who your favorite Heroes can inherit skills from, in a more digestible way than in the game."><meta property="og:image" content="https://feh-inheritance.tonion-the-onion.com/static/weapon-icon.png"><meta name="viewport" content="width=device-width,initial-scale=1"><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://feh-inheritance.tonion-the-onion.com/"><meta property="twitter:title" content="FEH Inheritance Viewer"><meta property="twitter:description" content="Check who your favorite Heroes can inherit skills from, in a more digestible way than in the game."><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="manifest" href="/site.webmanifest"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><script async src="https://www.googletagmanager.com/gtag/js?id=G-0LLBLJMCS8"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-0LLBLJMCS8")</script></head><body><header><span>Better FEH Inheritance</span><div class="socials"><a aria-label="GitHub Repository" href="/~https://github.com/mk360/feh-inheritance"><img alt="GitHub" src="./static/github.png"></a><a aria-label="Ko-fi webpage" href="https://ko-fi.com/toniontheonion"><img alt="Ko-fi" class="social-icon" src="./static/kofi.png"></a></div></header><main><section class="frame barracks-frame"><div class="content"><div id="barracks-heading" class="heading">My roster</div><div class="input-container"><input class="text-input" placeholder="Search for a Hero inside your roster" id="barracks-search"></div><div id="barracks"></div><div class="extra"><button id="export" class="cta">Export Roster</button> <input type="file" accept="application/JSON" id="import" style="display: none"> <label class="cta cta-label" for="import">Import Roster</label> <button id="clear" class="inverted-cta">Clear Roster</button></div></div></section><section class="frame search-frame"><div class="content"><nav><ul><li><input type="radio" checked="checked" id="search" name="tab"> <label for="search">Heroes Search</label></li><li><input type="radio" id="inheritables" name="tab"> <label for="inheritables">Inheritable Skills</label></li></ul></nav><div class="input-container"><input class="text-input" placeholder="Search for a Hero to add to your roster" id="global-hero-search"></div><div class="tab-content" id="search-content"></div><div class="tab-content hide" id="inheritables-content"><div id="upgrade-heading" class="heading">Select a Hero from your roster to see what they can inherit. Mark a Hero as a favorite to omit them from the search.</div><div id="skill-filters" class="hide"><input type="radio" name="skill-filter" id="weapon" class="filter-input"> <label for="weapon" class="skill-filter-label"><img loading="lazy" src="./static/weapon-icon.png"></label> <input type="radio" name="skill-filter" id="assist" class="filter-input"> <label for="assist" class="skill-filter-label"><img loading="lazy" src="./static/assist-icon.png"></label> <input type="radio" name="skill-filter" id="special" class="filter-input"> <label for="special" class="skill-filter-label"><img loading="lazy" src="./static/special-icon.png"></label> <input type="radio" name="skill-filter" id="A" class="filter-input"> <label for="A" class="skill-filter-label"><img loading="lazy" src="./static/A.png"></label> <input type="radio" name="skill-filter" id="B" class="filter-input"> <label for="B" class="skill-filter-label"><img loading="lazy" src="./static/B.png"></label> <input type="radio" name="skill-filter" id="C" class="filter-input"> <label for="C" class="skill-filter-label"><img loading="lazy" src="./static/C.png"></label></div><div id="inheritance-target"></div><div id="skill-donors"></div></div></div></section></main><dialog id="promotion-reasons"></dialog><script src="./script/index.min.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>FEH Inheritance Viewer</title><link rel="stylesheet" href="./static/index.min.css"><meta name="referrer" content="no-referrer"><meta name="title" content="FEH Inheritance Viewer"><meta name="description" content="Check who your favorite Heroes can inherit skills from, in a more digestible way than in the game."><meta property="og:type" content="website"><meta property="og:url" content="https://feh-inheritance.tonion-the-onion.com/"><meta property="og:title" content="FEH Inheritance Viewer"><meta property="og:description" content="Check who your favorite Heroes can inherit skills from, in a more digestible way than in the game."><meta property="og:image" content="https://feh-inheritance.tonion-the-onion.com/static/weapon-icon.png"><meta name="viewport" content="width=device-width,initial-scale=1"><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://feh-inheritance.tonion-the-onion.com/"><meta property="twitter:title" content="FEH Inheritance Viewer"><meta property="twitter:description" content="Check who your favorite Heroes can inherit skills from, in a more digestible way than in the game."><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="manifest" href="/site.webmanifest"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><meta name="msapplication-TileColor" content="#da532c"><meta name="theme-color" content="#ffffff"><script async src="https://www.googletagmanager.com/gtag/js?id=G-0LLBLJMCS8"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-0LLBLJMCS8")</script></head><body><header><h1>Better FEH Inheritance</h1><div class="socials"><a aria-label="GitHub Repository" href="/~https://github.com/mk360/feh-inheritance"><img alt="GitHub" src="./static/github.png"></a><a aria-label="Ko-fi webpage" href="https://ko-fi.com/toniontheonion"><img alt="Ko-fi" class="social-icon" src="./static/kofi.png"></a></div></header><main><section class="frame barracks-frame"><div class="content"><div id="barracks-heading" class="heading">My roster</div><div class="input-container"><input class="text-input" placeholder="Search for a Hero inside your roster" id="barracks-search"></div><div id="barracks"></div><div class="extra"><button id="export" class="cta">Export Roster</button> <input type="file" accept="application/JSON" id="import" style="display: none"> <label class="cta cta-label" for="import">Import Roster</label> <button id="clear" class="inverted-cta">Clear Roster</button></div></div></section><section class="frame search-frame"><div class="content"><nav><ul><li><input type="radio" checked="checked" id="search" name="tab"> <label for="search">Heroes Search</label></li><li><input type="radio" id="inheritables" name="tab"> <label for="inheritables">Inheritable Skills</label></li></ul></nav><div class="input-container"><input class="text-input" placeholder="Search for a Hero to add to your roster" id="global-hero-search"></div><div class="tab-content" id="search-content"></div><div class="tab-content hide" id="inheritables-content"><div id="upgrade-heading" class="heading">Select a Hero from your roster to see what they can inherit. Mark a Hero as a favorite to omit them from the search.</div><div id="skill-filters" class="hide"><input type="radio" name="skill-filter" id="weapon" class="filter-input"> <label for="weapon" class="skill-filter-label"><img loading="lazy" src="./static/weapon-icon.png"></label> <input type="radio" name="skill-filter" id="assist" class="filter-input"> <label for="assist" class="skill-filter-label"><img loading="lazy" src="./static/assist-icon.png"></label> <input type="radio" name="skill-filter" id="special" class="filter-input"> <label for="special" class="skill-filter-label"><img loading="lazy" src="./static/special-icon.png"></label> <input type="radio" name="skill-filter" id="A" class="filter-input"> <label for="A" class="skill-filter-label"><img loading="lazy" src="./static/A.png"></label> <input type="radio" name="skill-filter" id="B" class="filter-input"> <label for="B" class="skill-filter-label"><img loading="lazy" src="./static/B.png"></label> <input type="radio" name="skill-filter" id="C" class="filter-input"> <label for="C" class="skill-filter-label"><img loading="lazy" src="./static/C.png"></label></div><div id="inheritance-target"></div><div id="skill-donors"></div></div></div></section></main><dialog id="promotion-reasons"></dialog><script src="./script/index.min.js"></script></body></html>
Loading

0 comments on commit 7379393

Please sign in to comment.