Browse Source

story-content: Fixed fictional date and author not being clickable.

1.0
Gisle Aune 6 years ago
parent
commit
975b58e2e7
  1. 3
      marko/page/story-content/components/chapter/style.less

3
marko/page/story-content/components/chapter/style.less

@ -18,6 +18,8 @@
width: calc(100% - 35.5ch);
max-width: 75ch;
pointer-events: none;
a {
display: inline-block;
padding: 0 0.5ch;
@ -26,6 +28,7 @@
cursor: pointer;
user-select: none;
pointer-events: all;
}
a:hover {
opacity: 1;

Loading…
Cancel
Save