diff --git a/app/static/style.css b/app/static/style.css index d0f21f0..6e24b3a 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -59,7 +59,7 @@ input[type="text"] + label, input[type="password"] + label, input[type="datetime .nickname-edit input[type="text"] { width: 140px; flex: none; } /* Buttons */ -.btn { display: inline-block; padding: .5rem 1rem; border: 1px solid var(--border); border-radius: 6px; background: #fff; cursor: pointer; font-size: .9rem; text-align: center; white-space: nowrap; } +.btn { display: inline-flex; align-items: center; justify-content: center; padding: .5rem 1rem; border: 1px solid var(--border); border-radius: 6px; background: #fff; cursor: pointer; font-size: .9rem; text-align: center; white-space: nowrap; text-decoration: none; } .btn:hover { background: var(--bg); text-decoration: none; } .btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); } .btn-primary:hover { background: var(--primary-hover); } diff --git a/server.log b/server.log index a0e2717..c1d8043 100644 --- a/server.log +++ b/server.log @@ -267,3 +267,27 @@ INFO: 127.0.0.1:50915 - "GET /static/style.css HTTP/1.1" 200 OK INFO: 127.0.0.1:50915 - "GET /profiles/3/postcards HTTP/1.1" 200 OK INFO: 127.0.0.1:63812 - "POST /profiles/3/rename HTTP/1.1" 404 Not Found INFO: 127.0.0.1:63813 - "GET /favicon.ico HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:50807 - "POST /profiles/3/rename HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:50808 - "GET /favicon.ico HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:61967 - "POST /profiles/3/rename HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:61968 - "GET /favicon.ico HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:61967 - "GET /dashboard HTTP/1.1" 200 OK +INFO: 127.0.0.1:61967 - "GET /static/style.css HTTP/1.1" 304 Not Modified +INFO: 127.0.0.1:61120 - "GET /dashboard HTTP/1.1" 200 OK +INFO: 127.0.0.1:61120 - "GET /static/style.css HTTP/1.1" 304 Not Modified +INFO: 127.0.0.1:61120 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:61120 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:49678 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:49678 - "GET /static/style.css HTTP/1.1" 200 OK +INFO: 127.0.0.1:49678 - "GET /favicon.ico HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:52638 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:61428 - "GET /login HTTP/1.1" 200 OK +INFO: 127.0.0.1:50943 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:50943 - "GET /static/style.css HTTP/1.1" 200 OK +INFO: 127.0.0.1:50943 - "GET /favicon.ico HTTP/1.1" 404 Not Found +INFO: 127.0.0.1:64612 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:64612 - "GET /static/style.css HTTP/1.1" 200 OK +INFO: 127.0.0.1:64612 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:63763 - "GET /profiles HTTP/1.1" 200 OK +INFO: 127.0.0.1:63763 - "GET /static/style.css HTTP/1.1" 304 Not Modified +INFO: 127.0.0.1:63763 - "GET /profiles/3/postcards HTTP/1.1" 200 OK