Skip to content

Commit 7b5755c

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents ee148f5 + 9b5104e commit 7b5755c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

styles/all/theme/light.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
text-decoration: none;
1818
background: var(--tp-bg);
1919
border: 1px solid var(--tp-border);
20-
border-radius: 3px;
20+
border-radius: 8px;
2121
box-shadow: 1px 1px 3px var(--tp-shadow);
2222
color: var(--tp-text);
2323
position: absolute;
@@ -45,7 +45,7 @@
4545
width: 10px;
4646
height: 10px;
4747
margin-top: -16px;
48-
margin-left: 15px;
48+
margin-left: 25px;
4949
content: "";
5050
transform: rotate(-45deg);
5151
}
@@ -62,7 +62,7 @@
6262
width: 10px;
6363
height: 10px;
6464
margin-top: -5px;
65-
margin-left: 15px;
65+
margin-left: 25px;
6666
content: "";
6767
transform: rotate(-45deg);
6868
}
@@ -73,6 +73,12 @@
7373
content: "";
7474
}
7575

76+
.rtl .topic_preview_container:after,
77+
.rtl .topic_preview_container.invert:before {
78+
margin-right: 25px;
79+
margin-left: auto;
80+
}
81+
7682
.topic_preview_container hr {
7783
margin: 5px 0;
7884
}

0 commit comments

Comments
 (0)