Skip to content

Commit

Permalink
GeckiumMaterial's Floating Action Button will hide its text if the wi…
Browse files Browse the repository at this point in the history
…ndow is too small
  • Loading branch information
angelbruni committed Nov 24, 2024
1 parent 75de1aa commit 763aafb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
:root[nav-drawer-auto-hide] {
@media all and (max-width: 640px) {
button.floating-action-button.extended {
&::before {
margin-inline-end: 0;
}

&::after {
display: none;
}
}

.link-container {
box-shadow: var(--elevation-2);
grid-template-columns: repeat(1, minmax(0, 1fr));
Expand Down

0 comments on commit 763aafb

Please sign in to comment.