mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Remove post navigation arrow inline style
This commit is contained in:
parent
9f5326fb58
commit
74f731ceea
@ -12,9 +12,9 @@ mixin post(post, headerWithNavigation)
|
|||||||
else
|
else
|
||||||
= `@${post.getBasicOwner().username}`
|
= `@${post.getBasicOwner().username}`
|
||||||
if headerWithNavigation
|
if headerWithNavigation
|
||||||
button.navigate-posts.previous
|
button.navigate-posts
|
||||||
img(src="/static/img/arrow-circled.svg" alt="Previous post." style="transform: rotate(180deg)").icon
|
img(src="/static/img/arrow-circled.svg" alt="Previous post.").icon.previous
|
||||||
button.navigate-posts.next
|
button.navigate-posts
|
||||||
img(src="/static/img/arrow-circled.svg" alt="Next post.").icon
|
img(src="/static/img/arrow-circled.svg" alt="Next post.").icon
|
||||||
div.relative-box
|
div.relative-box
|
||||||
div.scrolling-box
|
div.scrolling-box
|
||||||
|
@ -269,6 +269,9 @@ body
|
|||||||
.icon
|
.icon
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
|
&.previous
|
||||||
|
transform: rotate(180deg)
|
||||||
|
|
||||||
.user-header-inner
|
.user-header-inner
|
||||||
grid-row: 1
|
grid-row: 1
|
||||||
grid-column: 2
|
grid-column: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user