fix: properly aligns button
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
mat-toolbar {
|
mat-toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 80px;
|
bottom: 80px;
|
||||||
left: 75%;
|
justify-content: flex-end;
|
||||||
display: block;
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: var(--mat-sys-primary-container);
|
background: var(--mat-sys-primary-container);
|
||||||
width: 64px;
|
width: 64px;
|
||||||
|
|||||||
Reference in New Issue
Block a user