Compare commits
	
		
			3 Commits
		
	
	
		
			c6f6e216f2
			...
			a10fdefd23
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a10fdefd23 | |||
| 7479088254 | |||
| 778d10d22f | 
@ -1,3 +1,4 @@
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
    margin: 0.5em;
 | 
			
		||||
    font-family: 'Quicksand', sans-serif;
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@
 | 
			
		||||
 | 
			
		||||
#app ul
 | 
			
		||||
{
 | 
			
		||||
	font-size: 0.75em;
 | 
			
		||||
	font-size: 24em;
 | 
			
		||||
	margin: 0.25em 0 0 0;
 | 
			
		||||
	padding: 0 0 0 0;
 | 
			
		||||
	list-style-type: none;
 | 
			
		||||
@ -37,7 +37,7 @@
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#app #members {
 | 
			
		||||
	font-size: 1em;
 | 
			
		||||
	font-size: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#app #add_chat_off {
 | 
			
		||||
@ -54,14 +54,14 @@
 | 
			
		||||
	overflow: scroll;
 | 
			
		||||
	overflow-y: scroll;
 | 
			
		||||
	overflow-x: hidden;
 | 
			
		||||
	font-size: 0.6em;
 | 
			
		||||
	font-size: 18px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#app #input_user{
 | 
			
		||||
	color: green;
 | 
			
		||||
	width: 8.5em;
 | 
			
		||||
	height: 1.1em;
 | 
			
		||||
	font-size: 0.75em;
 | 
			
		||||
	font-size: 18px;
 | 
			
		||||
	border: none;
 | 
			
		||||
	outline: none;
 | 
			
		||||
	border-bottom: 0.15em solid green;
 | 
			
		||||
@ -77,7 +77,7 @@
 | 
			
		||||
	border-bottom: 0.2em solid green;
 | 
			
		||||
	caret-color: green;
 | 
			
		||||
	color: green;
 | 
			
		||||
	font-size: 0.65em;
 | 
			
		||||
	font-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#app #you {
 | 
			
		||||
 | 
			
		||||
@ -21,7 +21,7 @@ class Profile
 | 
			
		||||
		let response = await this.client._get(`/api/profiles/${user_id}`);
 | 
			
		||||
		let response_data = await response.json();
 | 
			
		||||
 | 
			
		||||
		this.user_id = response.user_id;
 | 
			
		||||
		this.user_id = response_data.user_id;
 | 
			
		||||
		this.username = response_data.username;
 | 
			
		||||
		this.avatar_url = response_data.avatar_url;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user