Skip to content

Commit f16a65c

Browse files
committed
Nav Button, fixed default performer filter, fixed correct page display
1 parent d09bf3a commit f16a65c

6 files changed

Lines changed: 619 additions & 468 deletions

File tree

plugins/hot_or_not/hot_or_not.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
padding: 15px;
1111
border-radius: 10px;
1212
}
13+
.plugin_hon__flame {
14+
fill: white;
15+
width: 18px;
16+
height: 18px;
17+
margin-right: 2px; /* space between flame and text */
18+
vertical-align: middle;
19+
}
20+
#plugin_hon span {
21+
display: inline-block; /* keep text inline with icon */
22+
}
1323
.hon-header {
1424
width: 100%;
1525
text-align: center;
@@ -1416,3 +1426,7 @@
14161426
flex-wrap: wrap;
14171427
gap: 8px;
14181428
}
1429+
/* ==========================
1430+
Card Layout & Image Fixes
1431+
========================== */
1432+

0 commit comments

Comments
 (0)