Skip to content

Commit

Permalink
refactored loadingscreen content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
splican authored and DerKatsche committed Dec 17, 2024
1 parent d2dee6e commit 4c189e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function LoadingScreenControlsExplanation() {
const { t: translate } = useTranslation("learningSpace");

return (
<div className="row-span-4 w-[85vw] max-w-6xl portrait:h-[50vh] bg-buttonbgblue p-4 rounded-xl overflow-y-auto">
<div className="row-span-4 w-[90vw] max-w-[80vw] portrait:h-[50vh] max-h-[45vh] bg-buttonbgblue p-4 rounded-xl overflow-y-auto">
<h1 className="font-bold portrait:pb-6 text-adlerdarkblue">
{translate("sidebar_controls")}
</h1>
Expand Down

0 comments on commit 4c189e2

Please sign in to comment.