From f916e1aee2a83eaeebc18d34610fcba079600873 Mon Sep 17 00:00:00 2001 From: themohooks <81331307+themohooks@users.noreply.github.com> Date: Wed, 17 Jul 2024 04:08:57 +0300 Subject: [PATCH] add views & comments icons --- static/css/style.css | 2 +- static/img/comment.svg | 1 + views/pages/About.php | 3 ++- views/pages/Profile/LK/History.php | 2 ++ views/pages/Search.php | 8 +++++++- 5 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 static/img/comment.svg diff --git a/static/css/style.css b/static/css/style.css index cf6cccf..fa6b612 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -234,7 +234,7 @@ a.prw { display:inline-block; position:relative; } .sec-overlay { position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; background:url('/img/stripes_w.png'); } .con-overlay { position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; background:url('/img/questions_bg.png'); } -.com-icon { background:url('/img/comment.svg') no-repeat; display:inline-block; padding-left:18px; } +.com-icon { background:url('/static/img/comment.svg') no-repeat; display:inline-block; padding-left:18px; } .eye-icon { background:url('/static/img/eye.svg') no-repeat; display:inline-block; padding-left:20px; margin-left:10px; } .hpshade, .hdshade { position:absolute; z-index:2; bottom:0; text-align:right; box-sizing:border-box; margin:-22px auto 0; width:250px; height:22px; padding:4px 5px 0 0; color:#fff; background:linear-gradient(to top,rgba(0,0,0,.5),transparent); } diff --git a/static/img/comment.svg b/static/img/comment.svg new file mode 100644 index 0000000..c60c419 --- /dev/null +++ b/static/img/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/views/pages/About.php b/views/pages/About.php index f33a582..cfc24a8 100644 --- a/views/pages/About.php +++ b/views/pages/About.php @@ -27,7 +27,8 @@ use \App\Models\User;