Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save painteddigital/8e1e6662f0b8ab712815df420dc93b5b to your computer and use it in GitHub Desktop.
Save painteddigital/8e1e6662f0b8ab712815df420dc93b5b to your computer and use it in GitHub Desktop.
Reviews in Search CSS Tweaks
.rest-row-topreview .stars:before {
font-size: .875rem; /* shrinks stars down from 16px to 14px */
letter-spacing: 0.05rem; /* spaces stars out so they're not smushed */
}
.rest-row-topreview .star-cont {
margin-right: .5rem; /* slightly decrease margin from 16px to 8px */
}
.rest-row-popoffers .rest-row-meta, .rest-row-popoffers .topreview-container, .rest-row-topreview .rest-row-meta, .rest-row-topreview .topreview-container {
margin-left: 3.25rem; /* Add 4px more margin-left to review text/stars */
}
.rest-row-popoffers, .rest-row-topreview {
padding-top: 4px; /* change from 3 to 4px for slightly less cramping below timeslots */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment