fix: account for safe area for floating buttons on mobile (#5420)

This commit is contained in:
David Luzar
2022-07-19 15:44:14 +02:00
committed by GitHub
parent 792f238d16
commit a7937681e9
3 changed files with 17 additions and 18 deletions

View File

@@ -32,7 +32,6 @@
}
.ToolIcon.ToolIcon__lock {
margin-inline-end: var(--space-factor);
&.ToolIcon_type_floating {
margin-left: 0.1rem;
}