File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
src/app/styles/components Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 5555 }
5656}
5757
58- /* sidebar button open and closing functionality */
5958.record-button-container {
6059 display : flex ;
6160 align-items : center ;
121120/* Theme toggle button styling */
122121.theme-toggle {
123122 position : relative ;
124- width : 64 px ;
125- height : 32 px ;
123+ width : 48 px ;
124+ height : 24 px ;
126125 border-radius : 16px ;
127126 border : 2px solid var (--border-color );
128127 background-color : var (--bg-tertiary );
138137
139138.theme-toggle-slider {
140139 position : relative ;
141- width : 24 px ;
142- height : 24 px ;
140+ width : 16 px ;
141+ height : 16 px ;
143142 border-radius : 50% ;
144143 background-color : var (--bg-primary );
145144 transition : transform 300ms cubic-bezier (0.4 , 0 , 0.2 , 1 );
150149}
151150
152151.theme-toggle.dark .theme-toggle-slider {
153- transform : translateX (32 px );
152+ transform : translateX (24 px );
154153 background-color : var (--color-primary );
155154}
156155
163162 display : flex ;
164163 align-items : center ;
165164 justify-content : space-between ;
166- padding : 4 px 8 px ;
165+ padding : 0 4 px ;
167166 pointer-events : none ;
168167}
169168
170169.theme-toggle-icon {
171- width : 16 px ;
172- height : 16 px ;
170+ width : 14 px ;
171+ height : 14 px ;
173172 transition : color 300ms ease ;
174173}
175174
You can’t perform that action at this time.
0 commit comments