Browse Source

Fix the switch camera button display

pull/1169/head
Timothée Jaussoin 3 years ago
parent
commit
1beda6f113
  1. 6
      app/widgets/Snap/snap.css

6
app/widgets/Snap/snap.css

@ -58,14 +58,10 @@
right: 0;
}
#snap span#snapswitch {
#snap span#snapswitch:not(.enabled) {
display: none;
}
#snap span#snapswitch.enabled {
display: inherit;
}
#snap span#snapclose {
right: 0;
}

Loading…
Cancel
Save