Skip to content

Instantly share code, notes, and snippets.

@clins1994
Last active June 8, 2024 06:16
Show Gist options
  • Save clins1994/801b4dec0fd7c6a2b5180720b959a6c2 to your computer and use it in GitHub Desktop.
Save clins1994/801b4dec0fd7c6a2b5180720b959a6c2 to your computer and use it in GitHub Desktop.
Make beeper's favorite area more compact
// 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;
}
@clins1994
Copy link
Author

Overview

Slightly makes the favorites section more compact

  • Removes names from favorites
  • Slightly reduces some padding of favorites
  • Slightly reduces size of favorites avatars
  • Adds a purple (#9749F1) border to favorites avatar (feel free to remove)

Screenshot of Before

Screenshot 2024-06-08 at 14 57 41

Screenshot of After

Screenshot 2024-06-08 at 14 58 47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment