refactor: moves positioning to host
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user