File tree Expand file tree Collapse file tree
Source Code/assets/css/interface Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828/* Spatial Grounding: Fixed positioning for the persistent audio controller. */
2929.music-controls {
3030 position : fixed;
31- bottom : 80 px ;
32- left : 20 px ;
31+ bottom : 30 px ;
32+ left : 30 px ;
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 : 45 px ;
41- height : 45 px ;
42- border-radius : 64 px ;
40+ width : 42 px ;
41+ height : 42 px ;
42+ border-radius : 50 % ;
4343 background : rgba (var (--tertiary-rgb ), 0.3 );
4444 backdrop-filter : blur (8px );
4545 -webkit-backdrop-filter : blur (8px );
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 {
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 */
You can’t perform that action at this time.
0 commit comments