Created
November 15, 2024 16:50
-
-
Save clins1994/e9c9768f19fea52b499a5a3dfe51b60a to your computer and use it in GitHub Desktop.
Make beeper's favorite area more compact (again)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
._1UcM98hmMQusvozYB30bLy { | |
display: none; | |
} | |
.favourites.rooms__section { | |
padding-left: 8px !important; | |
padding-right: 16px !important; | |
} | |
.favourites__row { | |
grid-gap: 0 !important; | |
gap: 0 !important; | |
} | |
.favourites__tiles { | |
grid-row-gap: 0 !important; | |
row-gap: 0 !important; | |
padding-left: 0 !important; | |
padding-right: 0 !important; | |
padding-top: 0 !important; | |
padding-bottom: 0 !important; | |
} | |
._2pY_0PcBCb5Ui7yco_AyPM { | |
height: 50px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment