Last active
June 8, 2024 06:16
-
-
Save clins1994/801b4dec0fd7c6a2b5180720b959a6c2 to your computer and use it in GitHub Desktop.
Make beeper's favorite area more compact
This file contains hidden or 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
// beeper versions | |
// > olm version: Olm version: 3.2.15 | |
// > beeper-web commit hash: dd2bef88a00e19b9d9279691eb457453c6bbd367 | |
// > beeper-desktop version: 3.106.2 | |
.favourites__tiles { | |
row-gap: 6px !important; | |
padding: 2px !important; | |
padding-left: 0 !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM { | |
height: 48px !important; | |
max-width: 90px !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM .bp_RoomTile { | |
height: 44px !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM .bp_RoomTile .outline { | |
max-width: 90px !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM .bp_RoomTile .outline img.mx_BaseAvatar { | |
height: 40px !important; | |
width: 40px !important; | |
border: 2px solid #9749F1 !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM .bp_RoomTile .outline span.mx_BaseAvatar span { | |
font-size: 14px !important; | |
width: 40px !important; | |
line-height: 40px !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM .bp_RoomTile .outline span.mx_BaseAvatar div { | |
width: 40px !important; | |
height: 40px !important; | |
border: 2px solid #9749F1 !important; | |
} | |
.favourites__row ._2pY_0PcBCb5Ui7yco_AyPM .bp_RoomTile .outline ._1UcM98hmMQusvozYB30bLy { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Slightly makes the favorites section more compact
Screenshot of Before
Screenshot of After