Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jun 22, 2024
1 parent ded56ce commit cfec2f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v2/app.js

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions v2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,10 @@ input.form-control[type="file"] {
position: relative;
}

.account-detail .account-header-image a {
cursor: pointer;
}

.account-detail .account-header-image img {
border-radius: 0;
margin: 0;
Expand All @@ -784,12 +788,15 @@ input.form-control[type="file"] {
}

.account-detail .account-header-bar {
margin-top: -40px;
padding: 0 20px;
position: relative;
display: flex;
}

.account-detail .account-header-bar > a {
margin-top: -40px;
}

.account-detail .account-header-actions {
display: flex;
flex-grow: 1;
Expand Down Expand Up @@ -834,8 +841,6 @@ input.form-control[type="file"] {
.viewer-content {
display: block;
margin: auto;
min-width: 30vw;
min-height: 30vh;
max-width: 80vw;
max-height: 90vh;
animation-name: zoom;
Expand Down

0 comments on commit cfec2f7

Please sign in to comment.