mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 21:04:15 +00:00
fix: top positioning
This commit is contained in:
parent
be99405853
commit
21fe05b8ad
@ -54,13 +54,13 @@
|
||||
|
||||
&.prev {
|
||||
left: 0px;
|
||||
top: 175px;
|
||||
top: calc(50% - 14px);
|
||||
width: 1.5rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
&.next {
|
||||
top: 175px;
|
||||
top: calc(50% - 14px);
|
||||
right: 0px;
|
||||
width: 1.5rem;
|
||||
height: 2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user