Skip to content

Commit

Permalink
GG mods UI css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhf committed Apr 12, 2024
1 parent 1e733c2 commit c31b8f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/mods/blinkMode.ts
Expand Up @@ -34,7 +34,7 @@ import { getLocalStorage, setLocalStorage } from '../useLocalStorage'
}

const classicGameGuiHTML: string = `
<div class="section_sectionHeader___QLJB section_sizeMedium__CuXRP">
<div class="section_sizeMedium__yPqLK">
<div class="bars_root__Z20mU bars_center__Kq6kA">
<div class="bars_before__bo63I"></div>
<span class="bars_content__F_LTP"><h3>Blink Mode settings</h3></span>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/mods/noCarNoCompass.ts
Expand Up @@ -36,7 +36,7 @@ import { getLocalStorage, setLocalStorage } from '../useLocalStorage'
}

const classicGameGuiHTML = `
<div class="section_sectionHeader___QLJB section_sizeMedium__CuXRP">
<div class="section_sizeMedium__yPqLK">
<div class="bars_root__Z20mU bars_center__Kq6kA">
<div class="bars_before__bo63I"></div>
<span class="bars_content__F_LTP"><h3>NCNC settings</h3></span>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/mods/satelliteMode.ts
Expand Up @@ -19,7 +19,7 @@ import { getLocalStorage, setLocalStorage } from '../useLocalStorage'
}

const classicGameGuiHTML = `
<div class="section_sectionHeader___QLJB section_sizeMedium__CuXRP">
<div class="section_sizeMedium__yPqLK">
<div class="bars_root__Z20mU bars_center__Kq6kA">
<div class="bars_before__bo63I"></div>
<span class="bars_content__F_LTP"><h3>Satellite Mode settings</h3></span>
Expand Down

0 comments on commit c31b8f0

Please sign in to comment.