Skip to content

Commit

Permalink
feat: adds watermark integration along with various options for water…
Browse files Browse the repository at this point in the history
…mark position
  • Loading branch information
selul committed Jan 21, 2019
1 parent 7465eeb commit 6a4538a
Show file tree
Hide file tree
Showing 17 changed files with 5,572 additions and 5,376 deletions.
25 changes: 25 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
width: auto;
margin: auto;
}
#optimole-app img.optml-image-watermark {
width:50px;
}

.optml-ratio-feedback .emoji {
font-size: 1.5em;
Expand All @@ -162,3 +165,25 @@ th.optml-image-ratio-heading {
text-align: right !important;
font-size: 150%;
}
@media screen and (max-width: 768px) {
li:not(.is-active) > a > span:not(.icon) {
visibility: hidden;
position: absolute;
}

nav.tabs li:not(.is-active) {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 1;
flex-shrink: 1;
}

.tabs .icon {
margin-left: 0.5em;
}
}

.tabs li {
transition: flex-grow 1s ease;
}
Loading

0 comments on commit 6a4538a

Please sign in to comment.