fix(ui): unify btn height a vs button, use --reload for dev server
This commit is contained in:
2 files changed
+25
-1
No files matched your search
@@ -59,7 +59,7 @@ input[type="text"] + label, input[type="password"] + label, input[type="datetime
|
|||||||
.nickname-edit input[type="text"] { width: 140px; flex: none; }
|
.nickname-edit input[type="text"] { width: 140px; flex: none; }
|
||||||
|
|
||||||
/* Buttons */
|
/* 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:hover { background: var(--bg); text-decoration: none; }
|
||||||
.btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
|
.btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
|
||||||
.btn-primary:hover { background: var(--primary-hover); }
|
.btn-primary:hover { background: var(--primary-hover); }
|
||||||
|
|||||||
+24
@@ -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: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: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: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
|
||||||
Reference in New Issue
Block a user