diff options
Diffstat (limited to 'web/style/props.css')
-rw-r--r-- | web/style/props.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/style/props.css b/web/style/props.css index 4745834..0477f36 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -49,6 +49,9 @@ .props p.visibility::before { content: "visibility_off"; } +/* .props p.likes::before { + content: "thumb_up"; +} */ @media (max-width: 500px) { .props { |