We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f2492 commit 267a77bCopy full SHA for 267a77b
src/components/fab/fab.scss
@@ -128,7 +128,7 @@ ion-fab-list {
128
}
129
130
ion-fab-list .fab-in-list {
131
- margin: 8px;
+ margin: 8px 0;
132
133
width: $fab-mini-size;
134
height: $fab-mini-size;
@@ -147,6 +147,11 @@ ion-fab-list .fab-in-list.show {
147
transform: scale(1);
148
149
150
+ion-fab-list[side=left] .fab-in-list,
151
+ion-fab-list[side=right] .fab-in-list {
152
+ margin: 0 8px;
153
+}
154
+
155
ion-fab-list[side=top] {
156
top: initial;
157
bottom: 0;
0 commit comments