Skip to content

Commit 741d447

Browse files
WEB. fixed hestiacp#960 shortcuts layer positioning
1 parent 5db4a6d commit 741d447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/css/styles.min.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3123,13 +3123,14 @@ form#vstobjects.suspended {
31233123
background: rgba(50, 50, 50, 0.9);
31243124
display: inline-block;
31253125
position: fixed;
3126-
right: 20%;
3126+
left: 50%;
31273127
bottom: 0;
31283128
color: #eee;
31293129
width: 800px;
31303130
border: 1px solid #333;
31313131
font-size: 13px;
31323132
z-index: 120;
3133+
transform: translate(-50%, 0);
31333134
}
31343135
.shortcuts .header {
31353136
border-bottom: 1px solid #333;

0 commit comments

Comments
 (0)