refactor: moves positioning to host

This commit is contained in:
2026-01-26 23:45:37 -03:00
parent f34ffec5b0
commit 4397e5fec3

View File

@@ -1,8 +1,10 @@
mat-toolbar { :host {
position: absolute;
bottom: 80px; bottom: 80px;
justify-content: flex-end; position: absolute;
right: 0px;
}
mat-toolbar {
button { button {
background: var(--mat-sys-primary-container); background: var(--mat-sys-primary-container);
width: 64px; width: 64px;