mirror of
https://github.com/pi-hole/web.git
synced 2026-04-19 08:19:59 +01:00
Fixed jumpy footer
This commit is contained in:
9
dist/css/AdminLTE.css
vendored
9
dist/css/AdminLTE.css
vendored
@@ -57,9 +57,12 @@ body {
|
||||
.content-wrapper,
|
||||
.right-side,
|
||||
.main-footer {
|
||||
-webkit-transition: all 0.3s ease;
|
||||
-o-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
-webkit-transition: margin-left 0.3s ease;
|
||||
-o-transition: margin-left 0.3s ease;
|
||||
transition: margin-left 0.3s ease;
|
||||
-webkit-transition: transform 0.3s ease;
|
||||
-o-transition: transform 0.3s ease;
|
||||
transition: transform 0.3s ease;
|
||||
margin-left: 230px;
|
||||
}
|
||||
.layout-top-nav .content-wrapper,
|
||||
|
||||
Reference in New Issue
Block a user