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.
2 parents 1626d20 + 1049ebb commit 24b38e1Copy full SHA for 24b38e1
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
### Fixed
9
- Images go under each other while editing in Fototoon #1552
10
- Missalignment of icons and text in Fototoon activity "clean all" button #1596
11
+- Extra icon rendering in QRCode activity #1193
12
13
## [1.8.0] - 2024-04-10
14
### Added
activities/QRCode.activity/css/activity.css
@@ -415,3 +415,9 @@
415
#qrtextdropdown option {
416
font-size: 20px;
417
}
418
+select {
419
+ /* Hide the default arrow */
420
+ -webkit-appearance: none;
421
+ -moz-appearance: none;
422
+ appearance: none;
423
+}
0 commit comments