mobile tweak
This commit is contained in:
parent
a8c4bea53d
commit
7bfc455960
2 changed files with 17 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue