diff --git a/onlylegs/static/sass/components/image-view/info-tab.sass b/onlylegs/static/sass/components/image-view/info-tab.sass index 1b42c1e..82f56eb 100644 --- a/onlylegs/static/sass/components/image-view/info-tab.sass +++ b/onlylegs/static/sass/components/image-view/info-tab.sass @@ -26,8 +26,6 @@ left: -27rem .info-tab - width: 100% - display: flex flex-direction: column diff --git a/onlylegs/templates/settings.html b/onlylegs/templates/settings.html index b25e209..271911b 100644 --- a/onlylegs/templates/settings.html +++ b/onlylegs/templates/settings.html @@ -14,27 +14,50 @@ -
-

Profile Settings

-
-

Profile Picture

- - -
- -
-

Username

- - -
+
+
+ +

Profile Settings

+ +
+
+
+

Profile Picture

+ + +
+
+

Username

+ + +
+
-
-

Account Settings

-
-

Email

- - -
+
+
+ +

Account Settings

+ +
+
+
+

Email

+ + +
+
-{% endblock %} \ No newline at end of file +{% endblock %} + +{% block script %} + +{% endblock %}