mirror of
https://github.com/searxng/searxng.git
synced 2026-01-14 02:25:28 +00:00
[enh] oscar theme redesign added
The original code made by @logico-dev (#559)
This commit is contained in:
19
searx/static/themes/oscar/less/pointhi/footer.less
Normal file
19
searx/static/themes/oscar/less/pointhi/footer.less
Normal file
@@ -0,0 +1,19 @@
|
||||
// Sticky footer styles
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
}
|
||||
Reference in New Issue
Block a user