Skip to content

Commit 5d513df

Browse files
authored
Remove border around in game time (#2544)
## Description: Removes the border around the in game time because it looks better this way. Sorry my screenshots are a bit washed out, windows doesn't like my HDR monitor... Before: <img width="201" height="145" alt="image" src="https://github.com/user-attachments/assets/ef399dcd-72bc-4ee7-ac67-42a0e4b2b793" /> After: <img width="213" height="143" alt="image" src="https://github.com/user-attachments/assets/bdb211af-d2c6-4b5e-8946-1cb88bf707c2" /> ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: rovi.
1 parent ab53ee6 commit 5d513df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/graphics/layers/GameRightSidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class GameRightSidebar extends LitElement implements Layer {
148148
<!-- Timer display below buttons -->
149149
<div class="flex justify-center items-center mt-2">
150150
<div
151-
class="w-[70px] h-8 lg:w-24 lg:h-10 border border-slate-400 p-0.5 text-xs md:text-sm lg:text-base flex items-center justify-center text-white px-1"
151+
class="w-[70px] h-8 lg:w-24 lg:h-10 p-0.5 text-xs md:text-sm lg:text-base flex items-center justify-center text-white px-1"
152152
style="${this.game.config().gameConfig().maxTimerValue !==
153153
undefined && this.timer < 60
154154
? "color: #ff8080;"

0 commit comments

Comments
 (0)