mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
WEB. fixed #960 shortcuts layer positioning
This commit is contained in:
parent
5db4a6dd3b
commit
741d44754d
1 changed files with 2 additions and 1 deletions
3
web/css/styles.min.css
vendored
3
web/css/styles.min.css
vendored
|
@ -3123,13 +3123,14 @@ form#vstobjects.suspended {
|
||||||
background: rgba(50, 50, 50, 0.9);
|
background: rgba(50, 50, 50, 0.9);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 20%;
|
left: 50%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
z-index: 120;
|
z-index: 120;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
}
|
}
|
||||||
.shortcuts .header {
|
.shortcuts .header {
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue