File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ input {
250250.ui-avatar {
251251 border-radius : 15em ;
252252 height : auto;
253- width : 200 px ;
253+ width : 60 px ;
254254}
255255.ui-history-close {
256256 position : absolute;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function pageInit() {
3232 $ ( '.ui-signin' ) . hide ( ) ;
3333 $ ( '.ui-or' ) . hide ( ) ;
3434 $ ( '.ui-welcome' ) . show ( ) ;
35- $ ( '.ui-avatar' ) . prop ( 'src' , data . photo ) ;
35+ $ ( '.ui-avatar' ) . prop ( 'src' , data . photo ) ;
3636 $ ( '.ui-name' ) . html ( data . name ) ;
3737 $ ( '.ui-signout' ) . show ( ) ;
3838 $ ( ".ui-history" ) . click ( ) ;
@@ -42,7 +42,7 @@ function pageInit() {
4242 $ ( '.ui-signin' ) . slideDown ( ) ;
4343 $ ( '.ui-or' ) . slideDown ( ) ;
4444 $ ( '.ui-welcome' ) . hide ( ) ;
45- $ ( '.ui-avatar' ) . prop ( 'src' , '' ) ;
45+ $ ( '.ui-avatar' ) . prop ( 'src' , '' ) ;
4646 $ ( '.ui-name' ) . html ( '' ) ;
4747 $ ( '.ui-signout' ) . hide ( ) ;
4848 parseStorageToHistory ( historyList , parseHistoryCallback ) ;
Original file line number Diff line number Diff line change 8080 < p> Below are history from browser< / p>
8181 < / div>
8282 < div class = " ui-signout" style= " display:none;" >
83- < img class = " ui-avatar" / >
83+ < img class = " ui-avatar" >
8484 < h4 class = " ui-welcome" > Welcome! < span class = " ui-name" >< / span>< / h4>
8585 < a href= " <%- url %>/new" class = " btn btn-default" > New note< / a> Or
8686 < a href= " #" class = " btn btn-danger ui-logout" > Sign Out< / a>
You can’t perform that action at this time.
0 commit comments