File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666/* Navigation component positioning for narrow desktop and tablet viewports. */
6767
6868@media screen and (max-width : 900px ) {
69- .list .top-link {
70- transform : translateY (-5rem );
69+ .top-link {
70+ /* Spatial Grounding: Reverting vertical offsets for consistent tactile access on mobile. */
71+ bottom : 40px ;
72+ right : 20px ;
7173 }
7274}
7375
Original file line number Diff line number Diff line change 8080 background : var (--tertiary );
8181 width : 42px ;
8282 height : 42px ;
83- padding : 12px ;
8483 border-radius : 64px ;
84+ display : flex;
85+ align-items : center;
86+ justify-content : center;
8587 /* Fluid Transition: Linear opacity shift combined with discrete visibility toggling. */
8688 transition : visibility 0.5s , opacity 0.8s linear;
8789}
8890
91+ .top-link svg {
92+ /* Geometric Integrity: Ensuring the directional vector is proportionally scaled. */
93+ width : 18px ;
94+ height : 18px ;
95+ }
96+
8997.top-link ,
9098.top-link svg {
9199 filter : drop-shadow (0px 0px 0px var (--theme ));
You can’t perform that action at this time.
0 commit comments