Standardize user image + minor bugs
This commit is contained in:
parent
5147980d43
commit
208a4e4ef7
23 changed files with 608 additions and 540 deletions
|
@ -182,9 +182,6 @@ header {
|
|||
cursor: pointer;
|
||||
padding: 3.5px;
|
||||
}
|
||||
img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
#nav-shadow {
|
||||
|
|
|
@ -532,6 +532,7 @@ $(function() {
|
|||
content = JSON.parse(content);
|
||||
$('#content').html(content.html);
|
||||
onWindowReady();
|
||||
window.PAGE_FROM_BACK_BUTTON_CACHE = true;
|
||||
$(window).scrollTop(content.scrollOffset - 100);
|
||||
window.page = content.page;
|
||||
window.has_next_page = content.has_next_page;
|
||||
|
|
File diff suppressed because it is too large
Load diff
6
resources/libs/popper.min.js
vendored
Normal file
6
resources/libs/popper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -85,20 +85,9 @@
|
|||
}
|
||||
}
|
||||
.sub-user-img {
|
||||
flex-shrink: 0;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background-color: #ddd;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
margin-right: 15px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -267,7 +267,7 @@ a.edit-profile {
|
|||
|
||||
.user-sidebar {
|
||||
flex: 0 0 150px;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.user-content {
|
||||
|
@ -276,6 +276,20 @@ a.edit-profile {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.user-img {
|
||||
flex-shrink: 0;
|
||||
background-color: #ddd;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@media not all and (min-width: 600px) {
|
||||
.user-info-page {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue