Ultra customizable hud featuring a unique and robust settings menu. Change eveything about your experience!
GNU General Public License v3.0
137
stars
177
forks
source link
[SUGGESTION] Media Query for 2560x1080 Monitors #72
Closed
ChristianBDev closed 1 year ago
I have included a media query for the 2560x1080 monitors
-- map-border-hud @media (width: 2560px) and (height: 1080px) { .square { left: -0.25vw !important; bottom: -1.8vh !important; } .circle { left: 0.15vw !important; width: 27.6vh !important; bottom: -1vh !important; } }
--particle-circle-ring @media (width: 2560px) and (height: 1080px) { .vehicle-number { font-size: 1.7vh !important; } .vehicle-text { font-size: 0.9vh !important; } }
-- Vehicle Hud @media (width: 2560px) and (height: 1080px) { .responsive.svelte-18lolzz { margin-left: 33.5vh !important; transform: scale(1.3); bottom: 7.2vh !important; }
speedometer.svelte-18lolzz {
}