improvements
This commit is contained in:
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -2856,7 +2856,7 @@ nav ul li a:hover {
|
||||
background-color: rgba(255, 255, 255, 0.57);
|
||||
}
|
||||
|
||||
.main {
|
||||
#main {
|
||||
position: fixed;
|
||||
top: 3em;
|
||||
left: 0;
|
||||
|
||||
@@ -63,7 +63,7 @@ nav ul li a:hover {
|
||||
background-color: rgba(255, 255, 255, 0.57);
|
||||
}
|
||||
|
||||
.main {
|
||||
#main {
|
||||
position: fixed;
|
||||
top : 3em;
|
||||
left : 0;
|
||||
|
||||
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$(document).pjax('a', '#container');
|
||||
$(document).pjax('a', '#main');
|
||||
});
|
||||
|
||||
$(document).on('ready pjax:success', function() {
|
||||
|
||||
Reference in New Issue
Block a user