Browse Source

Fix fab container style on mobile

pull/6881/head
Thomas Kaul 1 week ago
parent
commit
42fd3bccf4
  1. 10
      libs/ui/src/lib/page-tabs/page-tabs.component.scss

10
libs/ui/src/lib/page-tabs/page-tabs.component.scss

@ -14,13 +14,13 @@
)
);
.fab-container {
@media (max-width: 575.98px) {
bottom: 5rem;
::ng-deep {
.fab-container {
@media (max-width: 575.98px) {
bottom: 5rem;
}
}
}
::ng-deep {
.mat-mdc-tab-nav-panel {
padding: 2rem 0;
}

Loading…
Cancel
Save