diff --git a/epicyon-profile.css b/epicyon-profile.css index fd0f00367..5dcd24ddc 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1029,7 +1029,7 @@ div.gallery img { position: absolute; top: 50%; left: 50%; - width: 90%; + width: 70%; transform: translate(-50%, -50%); color: var(--font-color-header); font-size: var(--font-size-header); @@ -1082,7 +1082,7 @@ div.gallery img { width: 15%; padding: 0px 7px; margin-right: 20px; - border-radius: var(--image-corners); + border-radius: var(--image-corners); } .container img.emojisearch { width: 12%; @@ -1154,7 +1154,7 @@ div.gallery img { padding: 2px; cursor: pointer; margin: 5px; - text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 var(--cw-glow-radius1) var(--cw-glow-color1), 0 0 var(--cw-glow-radius2) var(--cw-glow-color2), 0 0 var(--cw-glow-radius3) var(--cw-glow-color3), 0 0 var(--cw-glow-radius4) var(--cw-glow-color4), 0 0 var(--cw-glow-radius5) var(--cw-glow-color5); + text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 var(--cw-glow-radius1) var(--cw-glow-color1), 0 0 var(--cw-glow-radius2) var(--cw-glow-color2), 0 0 var(--cw-glow-radius3) var(--cw-glow-color3), 0 0 var(--cw-glow-radius4) var(--cw-glow-color4), 0 0 var(--cw-glow-radius5) var(--cw-glow-color5); } .buttonevent { border-radius: var(--button-corner-radius); @@ -1397,7 +1397,7 @@ div.gallery img { position: absolute; top: 50%; left: 50%; - width: 90%; + width: 70%; transform: translate(-50%, -50%); color: var(--font-color-header); font-size: var(--font-size-header-mobile);