alexpdraper / reading-list

A Chrome/Firefox extension for saving pages to read later.
https://chrome.google.com/webstore/detail/lloccabjgblebdmncjndmiibianflabo
107 stars 18 forks source link

Story/63 #108

Closed whitecat closed 3 years ago

whitecat commented 3 years ago
Screen Shot 2020-09-02 at 10 18 27 PM
alexpdraper commented 3 years ago

Maybe add CSS like this:

.item-count {
  font-size: 80%;
  display: inline-block;
  border: 1px solid;
  padding: 3px;
  border-radius: 8px;
  margin-left: 4px;
}

.filter .button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

and add the .item-count class to the spans in the filter buttons.