Skip to content

Commit

Permalink
Updated some styles for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindexus committed Apr 25, 2024
1 parent e707119 commit 640fbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/@auras/PageInner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {stringToModMap} from "../../src/lib/helpers";
import {AuraIcon} from "../../src/components/AuraIcon";

const CSS = {
card: 'w-full bg-gray-800 border border-gray-800 shadow-lg rounded-2xl p-4 mb-2',
card: 'w-full bg-gray-800 border border-gray-800 shadow-lg rounded-2xl p-2 mb-2 md:p-4',
}


Expand Down Expand Up @@ -141,7 +141,7 @@ const PageInner = () => {
return <a key={a.aura.name}
data-key={a.aura.name}
href={getAuraToggleURL(a)}
className={cls+ ` transition-all hover:border-gray-700 font-bold py-2 px-4 rounded m-2 flex`}
className={cls+ ` whitespace-nowrap flex justify-center grow lg:grow-0 transition-all hover:border-gray-700 font-bold py-2 px-4 rounded m-1 md:m-2 text-xs md:text-sm flex`}
onClick={(e) => {
if (e && (e.altKey || e.ctrlKey || e.metaKey)) {
return
Expand Down
2 changes: 1 addition & 1 deletion renderer/+onRenderHtml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const onRenderHtml: OnRenderHtmlAsync = async (pageContext): ReturnType<OnRender
console.log('')
console.log('Contact:', 'contact@watcherseyesearch.com')
console.log('GitHub:', 'https://github.com/Vindexus/WatchersEyeSearch')
console.log('')
console.log('')
</script>
</head>
<body>
Expand Down

0 comments on commit 640fbbb

Please sign in to comment.