Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update font sizes on minimal grid
  • Loading branch information
jordanvidrine committed May 5, 2021
1 parent b91ef9c commit ebc2ec9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/common.scss
Expand Up @@ -229,10 +229,6 @@
.topic-thumbnails-minimal {
margin-top: 5px;

.topic-thumbnail-likes {
display: inline;
}

thead,
tr.topic-list-item-separator {
display: none;
Expand Down Expand Up @@ -293,10 +289,11 @@
align-items: center;
color: var(--primary-low-mid);
.number {
font-size: 13px;
font-weight: bold;
}
.d-icon {
font-size: 19px;
font-size: 13px;
margin-right:0.5em;
}
}
Expand All @@ -315,14 +312,17 @@
display: flex;
justify-content: flex-end;
align-items: center;
font-size: 13px;
&:before {
content: "";
background-color: var(--primary-low-mid);
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="comment" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-comment fa-w-16 fa-2x"><path fill="gray" d="M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z" class=""></path></svg>');
-webkit-mask-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="comment" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-comment fa-w-16 fa-2x"><path fill="gray" d="M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z" class=""></path></svg>');
display: block;
height: 20px;
width: 20px;
height: 13px;
width: 13px;
margin-right: 0.5em;
}
}
Expand Down

0 comments on commit ebc2ec9

Please sign in to comment.