this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Attempt to fix media modal next/prev buttons not working in Safari

+8 -4
+8 -4
src/app.css
··· 1112 1112 .carousel-controls 1113 1113 :is(.button, button).carousel-button:is(:hover, :focus):not(:active) { 1114 1114 background-color: var(--bg-color); 1115 - transform: scale(1.2); 1116 - } 1117 - .carousel-controls :is(.button, button).carousel-button:active { 1118 - transition-duration: 0s; 1119 1115 } 1120 1116 .carousel-top-controls .szh-menu-container { 1121 1117 pointer-events: auto; ··· 1166 1162 transform: scale(0); 1167 1163 /* transition: transform 0.2s ease-in-out; */ 1168 1164 } 1165 + .carousel-controls 1166 + :is(.button, button).carousel-button:is(:hover, :focus):not(:active) { 1167 + transform: scale(1.2); 1168 + } 1169 + .carousel-controls :is(.button, button).carousel-button:active { 1170 + transition-duration: 0s; 1171 + } 1172 + 1169 1173 :is(.carousel-top-controls, .carousel-controls)[hidden] { 1170 1174 opacity: 1; 1171 1175 }