![]()
@@ -534,19 +534,33 @@
font-weight: 600;
}
.has-story {
- width: 83px;
- height: 83px;
+ width: 84px;
+ height: 84px;
border-radius: 50%;
- padding: 3px;
+ padding: 4px;
background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
- .has-story-lg {
- width: 156px;
- height: 156px;
+ .has-story img {
+ width: 76px;
+ height: 76px;
border-radius: 50%;
- padding: 3px;
+ padding: 6px;
+ background: #fff;
+ }
+ .has-story-lg {
+ width: 159px;
+ height: 159px;
+ border-radius: 50%;
+ padding: 4px;
background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
+ .has-story-lg img {
+ width: 150px;
+ height: 150px;
+ border-radius: 50%;
+ padding: 6px;
+ background:#fff;
+ }