File tree Expand file tree Collapse file tree
apps/frontend/src/modules/shared/components/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export function UploadButton() {
3030 < Tooltip >
3131 < TooltipTrigger asChild >
3232 < Link href = '/upload' >
33- < div className = 'group h-9 w-9 p-1' >
33+ < div className = 'group h-9.5 w-9.5 p-1' >
3434 < FontAwesomeIcon
3535 icon = { faCloudUpload }
3636 className = 'h-full! w-full! text-white group-hover:text-zinc-400 transition-all duration-150 group-hover:-translate-y-0.5'
@@ -49,7 +49,7 @@ export function SettingsButton() {
4949 return (
5050 < Tooltip >
5151 < TooltipTrigger asChild >
52- < div className = 'group h-8 w-8 p-1 cursor-pointer' >
52+ < div className = 'group h-8.5 w-8.5 p-1 cursor-pointer' >
5353 < FontAwesomeIcon
5454 icon = { faCog }
5555 className = 'h-full! w-full! text-white group-hover:text-zinc-400 transition-all duration-150 group-hover:rotate-30'
You can’t perform that action at this time.
0 commit comments