From 94dc51839a2b5b84f8c6020832d819495fe034be Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 14 Apr 2020 16:22:35 +0300 Subject: Fix user toolbar on mobile --- .../templates/views/partial/usercolumn.html | 53 ++++++++++++---------- 1 file changed, 28 insertions(+), 25 deletions(-) (limited to 'src/main/resources/templates/views/partial') diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html index 4beefd8a..1da05e07 100644 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ b/src/main/resources/templates/views/partial/usercolumn.html @@ -5,31 +5,34 @@ {{ user.name }} -
- {% if isSubscribed %} - - Subscribed - - {% else %} - - Subscribe - - {% endif %} - {% if isInBL %} - - Unblock - - {% else %} - - Block - - {% endif %} - {% if not isInBLAny %} - - PM - - {% endif %} -
+ {% if isSubscribed %} + + + Subscribed + + {% else %} + + + Subscribe + + {% endif %} + {% if isInBL %} + + + Unblock + + {% else %} + + + Block + + {% endif %} + {% if not isInBLAny %} + + + PM + + {% endif %} {% endif %} {% if visitor is not empty and visitor.uid == user.uid %} -- cgit v1.2.3