Skip to content

Commit 34eabda

Browse files
committed
Ensure vote buttons stay in correct cell (#37)
1 parent 7b27837 commit 34eabda

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

styles/page.module.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@
125125
}
126126

127127
> div:nth-child(2) {
128-
float: right;
129-
128+
display: flex;
129+
justify-content: flex-end;
130+
align-items: center;
130131
button {
131-
transform: translateY(6px);
132+
transform: translateY(0);
132133
display: inline-block;
133134
padding: 0.6rem 1.2rem;
134135
margin: 0px 8px;

0 commit comments

Comments
 (0)