diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2020-05-15 09:14:14 -0400 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2020-06-24 22:37:40 -0400 |
| commit | b037ce80c31962369c8e51060859ead6b48a1b92 (patch) | |
| tree | c5db6e33e5131c6d81cc2481c2aeea58647f5a4f /client/css | |
| parent | 0137cf383a81e0a2a0f5db7c2ded4b4a55c5e2fc (diff) | |
client/css: make add/remove button for mass tag larger
Fixes #322
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-list-view.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 03806b8..5297bb0 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -70,7 +70,7 @@ height: 1em text-align: center line-height: 1em - font-size: 1.6em + font-size: 2.2em &.tagged background: rgba(0, 230, 0, 0.7) &:after |