Skip to content

Commit 4c72d70

Browse files
Amey-Thakurmsatmod
andcommitted
Amey's Arc
Co-authored-by: Mega Satish <mega.modha@gmail.com>
1 parent c10b346 commit 4c72d70

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

Source Code/assets/css/interface/Music_UI.css

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
/* Spatial Grounding: Fixed positioning for the persistent audio controller. */
2929
.music-controls {
3030
position: fixed;
31-
bottom: 80px;
32-
left: 20px;
31+
bottom: 30px;
32+
left: 30px;
3333
z-index: 1000;
3434
display: flex;
3535
align-items: center;
3636
}
3737

3838
/* Controller Architecture: Establishing the primary glassmorphic trigger. */
3939
.music-btn {
40-
width: 45px;
41-
height: 45px;
42-
border-radius: 64px;
40+
width: 42px;
41+
height: 42px;
42+
border-radius: 50%;
4343
background: rgba(var(--tertiary-rgb), 0.3);
4444
backdrop-filter: blur(8px);
4545
-webkit-backdrop-filter: blur(8px);
@@ -52,6 +52,14 @@
5252
color: var(--secondary);
5353
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
5454
outline: none;
55+
padding: 0;
56+
}
57+
58+
#music-icon-container {
59+
display: flex;
60+
align-items: center;
61+
justify-content: center;
62+
line-height: 0;
5563
}
5664

5765
.music-btn:hover {
@@ -119,11 +127,11 @@
119127
/* Responsive Recalibration: Spatial adjustments for handheld display environments. */
120128
@media screen and (max-width: 768px) {
121129
.music-controls {
122-
bottom: 100px;
123-
/* Offset above back-to-top which is at 40px */
130+
bottom: 25px;
124131
left: 20px;
125132
}
126133

134+
127135
.music-btn::after {
128136
display: none;
129137
/* Hide tooltip on mobile */

0 commit comments

Comments
 (0)