|
@@ -103,8 +103,8 @@
|
|
|
|
|
|
.element-item-topic-number {
|
|
.element-item-topic-number {
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: -16px;
|
|
|
|
- top: 0;
|
|
|
|
|
|
+ left: 2px;
|
|
|
|
+ top: 2px;
|
|
width: 14px;
|
|
width: 14px;
|
|
height: 14px;
|
|
height: 14px;
|
|
z-index: 99;
|
|
z-index: 99;
|
|
@@ -113,7 +113,7 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
background-color: $--color-primary;
|
|
background-color: $--color-primary;
|
|
color: #fff;
|
|
color: #fff;
|
|
- border-radius: 50% 0 50% 50%;
|
|
|
|
|
|
+ border-radius: 0 50% 50% 50%;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
&:hover {
|
|
&:hover {
|
|
background-color: $--color-primary-light;
|
|
background-color: $--color-primary-light;
|