mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
replace text capitalize with capitalize first word
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</button>
|
||||
<button class="shuffle-queue action">
|
||||
<SaveAsPlaylistSvg />
|
||||
<span> Save As Playlist </span>
|
||||
<span> Save as Playlist </span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="right">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="icon image" :class="from.icon"></div>
|
||||
Playing from
|
||||
</div>
|
||||
<div class="name">
|
||||
<div class="name cap-first">
|
||||
<div id="to">
|
||||
{{ from.text }}
|
||||
</div>
|
||||
@@ -120,7 +120,6 @@ function goTo() {
|
||||
}
|
||||
|
||||
.name {
|
||||
text-transform: capitalize;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
@@ -130,7 +129,6 @@ function goTo() {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: $small;
|
||||
text-transform: capitalize;
|
||||
color: rgba(255, 255, 255, 0.849);
|
||||
|
||||
.icon {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="tab-buttons-wrapper">
|
||||
<div id="tabheaders" class="rounded noscroll">
|
||||
<div
|
||||
class="tab"
|
||||
class="tab cap-first"
|
||||
v-for="slot in $slots.default()"
|
||||
:key="slot.key"
|
||||
@click="s.changeTab(slot.props.name)"
|
||||
@@ -55,7 +55,7 @@ const s = useSearchStore();
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-transform: capitalize;
|
||||
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
padding: 0 $small;
|
||||
|
||||
Reference in New Issue
Block a user