Skip to content

Commit 0dc848e

Browse files
committed
build: push new theme Firefox OneLine Navbar
link #272
1 parent c710c5c commit 0dc848e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
8.37 KB
Binary file not shown.

docs/assets/js/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"use strict";
22

33
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4-
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
5-
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
6-
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
4+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
6+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
77
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
88
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
99
function sanatise(unsanatisedInput) {

docs/themes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,5 +845,12 @@
845845
"description": "The mix of nostalgia and compact.",
846846
"image": "assets/img/themes/ff95xtracompact.webp",
847847
"tags": [ "Programneer", "Light", "Retro", "Chicago", "98", "95", "compact" ]
848+
},
849+
{
850+
"title": "FireFox OneLine Navbar",
851+
"link": "FawazBinSaleem/FireFoxOneLinerCSS",
852+
"description": "A compact oneliner navbar css theme.",
853+
"image": "assets/img/themes/firefoxoneline.png",
854+
"tags": ["oneline", "black color", "amoled", "oneliner", "navbar", "One Line", "compact" ]
848855
}
849856
]

0 commit comments

Comments
 (0)