mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Fix profile pic and add light mode styling
This commit is contained in:
@@ -7,13 +7,9 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
box-shadow: 0 0 3px 3px #0000000a;
|
box-shadow: 0 0 0 3px #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .userInfoImg {
|
.dark .userInfoImg {
|
||||||
box-shadow: 0 0 0 3px #ffffff;
|
box-shadow: 0 0 0 3px #ffffff;
|
||||||
width: 70%;
|
|
||||||
height: 70%;
|
|
||||||
top: 15%;
|
|
||||||
left: 15%;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user