diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-25 23:02:49 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-25 23:02:49 +0000 |
commit | 66ee706a6c99ce46e53e0c7069c90f09ae407d5c (patch) | |
tree | 9383e8305306cba2adf49e14b060b7b56f5ff05c /app/scss | |
parent | d44178cb0c6fc45d9decff7e766593f4ab2b3747 (diff) | |
download | cheatdb-66ee706a6c99ce46e53e0c7069c90f09ae407d5c.tar.xz |
Fix profile picture bugs
Diffstat (limited to 'app/scss')
-rw-r--r-- | app/scss/comments.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scss/comments.scss b/app/scss/comments.scss index a3ce50f..7ba774e 100644 --- a/app/scss/comments.scss +++ b/app/scss/comments.scss @@ -1,6 +1,7 @@ .img-thumbnail-1 { padding: 0px; // width: 100%; + background: white; } .comments { |