minor profile page html/css cleanup

This commit is contained in:
Andrej Karpathy
2021-11-27 14:31:18 -08:00
parent d236a5dff9
commit 1769b7b02f
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -244,9 +244,9 @@ body {
} }
#profilewrap { #profilewrap {
margin: 10px 40px 0 40px; margin: 10px 40px 0 40px;
font-size: 14px; font-size: 16px;
} }
#aboutwrap { #aboutwrap {
margin: 10px 40px 0 40px; margin: 10px 40px 0 40px;
font-size: 14px; font-size: 16px;
} }
+5 -2
View File
@@ -8,10 +8,13 @@
{% if user %} {% if user %}
<div> <div>
<div>Logged in user: {{ user }}</div> <div>
<div><b>Current session</b></div>
<div>Logged in user: {{ user }}</div>
</div>
<br> <br>
<div> <div>
<b>Email recommendations</b> <div><b>Email recommendations</b></div>
<div> <div>
Users can receive regular new paper recommendations via email based on their tags. Users can receive regular new paper recommendations via email based on their tags.
(This is still being developed, may not be running or may be unreliable.) (This is still being developed, may not be running or may be unreliable.)