Fix the vertical alignment on the temporary workspace label (#7638)

This commit is contained in:
Jace Browning
2025-06-28 09:23:47 -04:00
committed by GitHub
parent cb3b45747c
commit 30000a1eac

View File

@ -394,7 +394,7 @@ export function Toolbar({
<div className="flex flex-col items-center absolute top-full left-1/2 -translate-x-1/2">
{isInTemporaryWorkspace && (
<div className="flex flex-row gap-2 justify-center">
<div className="mt-2 py-1 animate-pulse w-fit uppercase text-xs rounded-full ml-2 px-2 py-1 border border-chalkboard-40 dark:text-chalkboard-40 bg-chalkboard-10 dark:bg-chalkboard-90 shadow-lg">
<div className="mt-2 animate-pulse w-fit uppercase text-xs rounded-full ml-2 px-2 py-1 border border-chalkboard-40 dark:text-chalkboard-40 bg-chalkboard-10 dark:bg-chalkboard-90 shadow-lg flex items-center">
Temporary workspace
</div>
<button