Skip to content

Commit 32e3a76

Browse files
ComputerEliteComputerElite
authored andcommitted
don't forget to delete unused parent elements
1 parent c474035 commit 32e3a76

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

QuestAppVersionSwitcher/Assets/html/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ <h2>You can download mods and cosmetics from the following sites. Only QMods are
139139
<div class="buttonLabel">Change the app you want to manage</div>
140140
</div>
141141
<div class="topMargin">Backups of <div class="inline packageName">some game</div> (<div id="size" class="inline"></div>)</div>
142-
<div class="smallListContainer">
143-
<div id="backupList" class="list">
144-
</div>
142+
<div id="backupList" class="list">
145143
</div>
146144

147145

QuestAppVersionSwitcher/Assets/html/style.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ iframe {
579579
.list {
580580
display: flex;
581581
flex-wrap: wrap;
582-
max-height: 90%;
582+
max-height: 50vh;
583583
background-color: #1F1F1F;
584584
height: fit-content;
585585
color: #FFFFFF;
@@ -598,13 +598,6 @@ iframe {
598598
z-index: 5;
599599
}
600600

601-
.smallListContainer {
602-
display: flex;
603-
align-items: center;
604-
width: 90%;
605-
max-height: 300px;
606-
}
607-
608601
.listItem {
609602
padding: 10px;
610603
width: 100%;

QuestAppVersionSwitcher/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.4" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="42">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.5" package="com.ComputerElite.questappversionswitcher" android:installLocation="preferExternal" android:versionCode="43">
33
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="29" />
44
<uses-permission android:name="oculus.permission.handtracking" />
55
<uses-permission android:name="com.oculus.permission.HAND_TRACKING" />

QuestAppVersionSwitcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Minor Version
2323
// Build Number
2424
// Revision
25-
[assembly: AssemblyVersion("1.9.4.0")]
26-
[assembly: AssemblyFileVersion("1.9.4.0")]
25+
[assembly: AssemblyVersion("1.9.5.0")]
26+
[assembly: AssemblyFileVersion("1.9.5.0")]

0 commit comments

Comments
 (0)