From 1acda2bb11717f9b931db168789a9976ae316de4 Mon Sep 17 00:00:00 2001 From: borissedw Date: Thu, 2 Nov 2023 17:25:31 +0300 Subject: [PATCH] 0.0.314 --- static/css/mobile_styles.css | 1 + templates/blocks/b_user_profile.html | 1 + 2 files changed, 2 insertions(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 339778a..4c4a2c4 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -400,6 +400,7 @@ .menu_buttons.close{ left: -320px; transition: 200ms; + position: absolute; } .menu_buttons.open{ left: 0; diff --git a/templates/blocks/b_user_profile.html b/templates/blocks/b_user_profile.html index f3cdfbf..9eec15f 100644 --- a/templates/blocks/b_user_profile.html +++ b/templates/blocks/b_user_profile.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load static %}