mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Changed buttons to be fixed to bottom rather than abolsutely positioned to app container
This commit is contained in:
2
public/css/app.css
vendored
2
public/css/app.css
vendored
@@ -350,7 +350,7 @@ body {
|
||||
}
|
||||
|
||||
#config-buttons {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
display: -webkit-box;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/css/app.css": "/css/app.css?id=0fffc4ebd1580fd60924",
|
||||
"/css/app.css": "/css/app.css?id=2102f4e7317cba78bff5",
|
||||
"/js/app.js": "/js/app.js?id=2dffa24cf7255229e085"
|
||||
}
|
||||
2
resources/assets/sass/_app.scss
vendored
2
resources/assets/sass/_app.scss
vendored
@@ -83,7 +83,7 @@ body {
|
||||
}
|
||||
}
|
||||
#config-buttons {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
display:flex;
|
||||
|
||||
Reference in New Issue
Block a user