From a4aba009b891fa4df066fafd28739434acead583 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Mon, 26 Jan 2026 22:54:35 -0300 Subject: [PATCH] fix: properly aligns button --- src/app/components/floating-big-btn/floating-big-btn.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/components/floating-big-btn/floating-big-btn.scss b/src/app/components/floating-big-btn/floating-big-btn.scss index 80b0657..7a45662 100644 --- a/src/app/components/floating-big-btn/floating-big-btn.scss +++ b/src/app/components/floating-big-btn/floating-big-btn.scss @@ -1,9 +1,8 @@ mat-toolbar { position: absolute; bottom: 80px; - left: 75%; - display: block; - + justify-content: flex-end; + button { background: var(--mat-sys-primary-container); width: 64px;