mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 06:32:34 +01:00
css changes for suggestions btn
This commit is contained in:
parent
81f0d35654
commit
681dc77964
@ -9,7 +9,7 @@
|
||||
<span class="loader smallsize-loader" v-if="rated"><i></i></span>
|
||||
<i class="icon-add" v-if=" ! rated"></i>
|
||||
</span>
|
||||
<a href="#" class="recommend-item">Find Recommendations</a>
|
||||
<a href="#" class="recommend-item">Find Suggestions</a>
|
||||
<span title="Delete Movie" class="remove-item" v-if="localItem.rating && auth" @click="removeItem()"><i class="icon-remove"></i></span>
|
||||
<img v-if="localItem.poster" :src="poster" class="item-image" width="185" height="278">
|
||||
<span class="no-image" v-if=" ! localItem.poster"></span>
|
||||
|
@ -130,6 +130,10 @@ main {
|
||||
|
||||
@include transition(transform, background);
|
||||
}
|
||||
|
||||
@include media(3) {
|
||||
transform: translate(-50%, -50%) scale(.8);
|
||||
}
|
||||
}
|
||||
|
||||
.rating-1 {
|
||||
@ -192,6 +196,7 @@ main {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 185px;
|
||||
|
||||
@include transition(opacity);
|
||||
|
||||
@ -205,7 +210,9 @@ main {
|
||||
|
||||
@include media(3) {
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
padding: 8px 1px;
|
||||
position: static;
|
||||
float: left;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user