Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasith1234 committed Mar 15, 2021
1 parent 46324ee commit 6f38f0b
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions public/assets/css/styles_threadView.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*{
font-family: monospace;
font-family: 'Ubuntu', sans-serif;
}

*:focus {
Expand Down Expand Up @@ -32,8 +32,9 @@ body{
height: 90px;
position: fixed;
display: block;
background: linear-gradient(to right, #42275a, #734b6d);
/*background: linear-gradient(to right, #42275a, #734b6d);*/
/* background: whitesmoke; */
background-color: #0f3443;
width: 100%;
opacity: 0.7;
}
Expand Down
5 changes: 3 additions & 2 deletions public/assets/css/styles_userProfile.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ body{
}

.dropdown-content{
font-family: monospace;

box-sizing: border-box;
left: 90px;
width: 200px;
Expand All @@ -384,7 +384,7 @@ body{
.dropdown-content a{
box-sizing: border-box;
width: 100%;
font-weight: 400;
font-weight: 590;
text-align: inherit;
border: 0;
text-decoration: none;
Expand All @@ -394,6 +394,7 @@ body{
margin-bottom: 0;
padding: 11px 13px;
cursor: pointer;
color: #0f3443;
}

.dropdown-content a:hover{
Expand Down
Binary file added public/resources/1567687.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/resources/48118.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/resources/pexels-no-name-66997.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/threadView.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<title>Thread View</title>
</head>

Expand Down

0 comments on commit 6f38f0b

Please sign in to comment.