mobile tweak
This commit is contained in:
@@ -57,7 +57,19 @@
|
|||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div>
|
<div>
|
||||||
<q-rating disable size="2em" :max="5" color="primary"></q-rating
|
<q-rating
|
||||||
|
class="gt-sm"
|
||||||
|
disable
|
||||||
|
size="2em"
|
||||||
|
:max="5"
|
||||||
|
color="primary"
|
||||||
|
></q-rating
|
||||||
|
><q-rating
|
||||||
|
class="lt-md"
|
||||||
|
size="1.5em"
|
||||||
|
:max="5"
|
||||||
|
color="primary"
|
||||||
|
></q-rating
|
||||||
><q-tooltip>Rating coming soon</q-tooltip>
|
><q-tooltip>Rating coming soon</q-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|||||||
@@ -137,6 +137,10 @@ video {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.q-rating__icon {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
// text-wrap
|
// text-wrap
|
||||||
.text-wrap {
|
.text-wrap {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|||||||
Reference in New Issue
Block a user