Skip to content

Commit b1c8238

Browse files
authored
UX: fix ltopic list title layout for mobile (#1)
1 parent 57ab9e8 commit b1c8238

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

common/common.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
// large screens
12
.topic-list-body .link-top-line {
23
.fk-d-tooltip__trigger,
34
.fk-d-tooltip__trigger-container {
45
display: inline;
56
}
67
}
8+
9+
// small screens
10+
.topic-list-data .main-link {
11+
.fk-d-tooltip__trigger,
12+
.fk-d-tooltip__trigger-container {
13+
display: inline;
14+
}
15+
}

0 commit comments

Comments
 (0)