Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2560x1440 Resolution #2

Open
WillFatty opened this issue Dec 30, 2023 · 0 comments
Open

2560x1440 Resolution #2

WillFatty opened this issue Dec 30, 2023 · 0 comments

Comments

@WillFatty
Copy link

WillFatty commented Dec 30, 2023

@media (width: 2560px) and (height: 1440px){
    #vehicle-hud-container {
        display: none;
        border-radius: 3px;
        width: 399px;
        height: 291px;
        position: absolute;
        left: 12px;
        bottom: 45px;
        font-family: 'alarm clock';
        border: 2px solid #1b1d21;
        color: #ffffff;
    }
}

@media (width: 1920px) and (height: 1080px){
    #vehicle-hud-container {
        display: none;
        border-radius: 3px;
        width: 298px;
        height: 220px;
        position: absolute;
        left: 10px;
        bottom: 33px;
        font-family: 'alarm clock';
        border: 2px solid #1b1d21;
        color: #ffffff;
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant