Fixed auth on iOS, improved iSPEX and PlantNet Plugins
This commit is contained in:
@@ -1,65 +1,42 @@
|
||||
ion-content {
|
||||
--background: transparent !important;
|
||||
}
|
||||
|
||||
#capture {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% - 25px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
#flip {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% + 125px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
#close {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% - 160px);
|
||||
left: calc(50% - 175px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
#rgb {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% - 140px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
#capture::part(native) {
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#grey {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% - 80px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
#close::part(native) {
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#sky {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% - 20px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
#flip::part(native) {
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
||||
#water{
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% + 40px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
|
||||
#free {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: calc(50% + 100px);
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
ion-content { --background: black;}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user