Merge pull request #1513 from robintown/layout-toggle-safari

Fix layout toggle looking broken on Safari (I hope)
This commit is contained in:
Robin
2023-09-19 11:15:38 -04:00
committed by GitHub

View File

@@ -24,6 +24,8 @@ limitations under the License.
.toggle input {
appearance: none;
/* Safari puts a margin on these, which is not removed via appearance: none */
margin: 0;
outline: none !important;
}