Lonrrr commited on
Commit
bb0cdf1
·
verified ·
1 Parent(s): b08e359

make the play button 25% smaller.

Browse files
Files changed (3) hide show
  1. charts.html +2 -2
  2. explore.html +2 -2
  3. profile.html +1 -1
charts.html CHANGED
@@ -123,8 +123,8 @@
123
  <i data-feather="trending-up"></i>
124
  <span class="text-xs">+2</span>
125
  </div>
126
- <button class="bg-secondary text-primary p-2 rounded-full">
127
- <i data-feather="play"></i>
128
  </button>
129
  </div>
130
 
 
123
  <i data-feather="trending-up"></i>
124
  <span class="text-xs">+2</span>
125
  </div>
126
+ <button class="bg-secondary text-primary p-2 rounded-full" style="transform: scale(0.75);">
127
+ <i data-feather="play"></i>
128
  </button>
129
  </div>
130
 
explore.html CHANGED
@@ -159,8 +159,8 @@
159
  <i data-feather="heart" class="w-3 h-3"></i>
160
  <span class="text-xs">1.2K</span>
161
  </div>
162
- <button class="bg-secondary text-primary p-1 rounded-full">
163
- <i data-feather="play" class="w-3 h-3"></i>
164
  </button>
165
  </div>
166
  </div>
 
159
  <i data-feather="heart" class="w-3 h-3"></i>
160
  <span class="text-xs">1.2K</span>
161
  </div>
162
+ <button class="bg-secondary text-primary p-1 rounded-full" style="transform: scale(0.75);">
163
+ <i data-feather="play" class="w-3 h-3"></i>
164
  </button>
165
  </div>
166
  </div>
profile.html CHANGED
@@ -143,7 +143,7 @@ Edit Profile
143
  <div class="glass-panel rounded-lg p-1 mb-1" style="height: 25%;">
144
  <div class="flex items-center justify-between mb-2">
145
  <div class="flex items-center space-x-2">
146
- <button class="bg-secondary text-primary p-1 rounded-full">
147
  <i data-feather="play"></i>
148
  </button>
149
  <div>
 
143
  <div class="glass-panel rounded-lg p-1 mb-1" style="height: 25%;">
144
  <div class="flex items-center justify-between mb-2">
145
  <div class="flex items-center space-x-2">
146
+ <button class="bg-secondary text-primary p-1 rounded-full" style="transform: scale(0.75);">
147
  <i data-feather="play"></i>
148
  </button>
149
  <div>