Skip to content

Commit

Permalink
Merge pull request dhowe#1911 from mneunomne/adVault-refactor
Browse files Browse the repository at this point in the history
Ad vault refactor
  • Loading branch information
dhowe authored Aug 13, 2021
2 parents dd450cd + f91e42f commit 19b2e59
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 77 deletions.
9 changes: 9 additions & 0 deletions src/css/vault.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ div.tooltip {
cursor: -webkit-grabbing;
}

#container.posTransition {
transition: all 1s ease;
}

#loading-img{
top: 50%;
left: 50%;
Expand Down Expand Up @@ -475,6 +479,11 @@ span.counter span { display: none; } /* hide by default */
opacity: 1;
border: 3px solid transparent;
margin: -3px;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}

/* BULLETS LIST */
Expand Down
Loading

0 comments on commit 19b2e59

Please sign in to comment.