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