Skip to content

Commit

Permalink
Merge pull request #449 from gamersclub-booster/feature/melhorias-css…
Browse files Browse the repository at this point in the history
…-compact

feat: subida do css pra melhorar compact
  • Loading branch information
henriquelbsouza authored Nov 8, 2024
2 parents 65cc843 + 4cab114 commit b625b31
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/content-scripts/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ input[type="range"].filterKdr::-ms-track {
.lobby.compact #lobbies-wrapper {
grid-template-columns: repeat(auto-fill, minmax(214px, 1fr)) !important;
padding: 16px 0 !important;
gap: 16px !important;
gap: 8px !important;
}

.lobby.compact .RoomCardWrapper {
Expand All @@ -264,6 +264,14 @@ input[type="range"].filterKdr::-ms-track {
border-radius: 0 !important;
}

.lobby.compact .LobbyRoom__lineup {
gap: 0;
}

.lobby.compact .LobbyPlayerVertical {
padding: var(--wasd-spacing-xxs) .09rem
}

.bar-level {
position: fixed;
bottom: 0;
Expand Down Expand Up @@ -366,7 +374,7 @@ input[type="range"].filterKdr::-ms-track {
transform: translateX(-50%);
}

.LobbyChallengeLineUpCard .infos_lobby {
.LobbyChallengeLineUpCard .infos_lobby {
width: 90%;
left: 6px;
}
Expand Down

0 comments on commit b625b31

Please sign in to comment.