Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SatooRu65536 committed Jan 7, 2025
2 parents 728b450 + 9275942 commit 406cac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/_component/header/battery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Battery() {
}, []);

return (
<div>
<div className={css({ '@media (max-width: 750px)': { display: 'none' } })}>
{level && (
<>
<span>{Math.round(level)}%</span>
Expand Down
2 changes: 1 addition & 1 deletion app/_component/header/clock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Clock() {
}, []);

return (
<span>
<span className={css({ '@media (max-width: 800px)': { display: 'none' } })}>
{time && (
<>
<span
Expand Down

0 comments on commit 406cac8

Please sign in to comment.