Skip to content

Commit 30c4874

Browse files
committed
Final changes for release, manifest.json, README
1 parent 9db860b commit 30c4874

File tree

5 files changed

+15
-30
lines changed

5 files changed

+15
-30
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# odinochka
1+
# Odinochka
2+
3+
## Fork
4+
5+
Forked from [njnmco/odinochka](https://github.com/njnmco/odinochka)
6+
7+
Thanks to njnmco for the great extension. Being another OneTab user looking for
8+
a better alternative, I was glad finding this, and forked it to make some
9+
additions, mostly layout and looks for now. Still a work in progress ;)
10+
11+
![odinochka-screen-01](screenshots/odinochka-screen-01.png)
212

313
## OneTab
414

assets/main.css

+2-27
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ a {
6363
padding-left: 46px;
6464
}
6565
.navbar .logo strong {
66-
font-weight: 600;
66+
font-weight: 200;
6767
}
6868
.navbar .logo em {
6969
font-style: normal;
@@ -185,32 +185,7 @@ a.tab:hover .bt-del-tab {
185185
display: inline-block;
186186
}
187187

188-
/* Forms */
189-
190-
.form-control {
191-
display: block;
192-
width: 100%;
193-
padding: 0.375rem 0.75rem;
194-
font-size: 1rem;
195-
font-weight: 400;
196-
line-height: 1.5;
197-
color: #212529;
198-
background-color: #fff;
199-
background-clip: padding-box;
200-
border: 1px solid #ced4da;
201-
-webkit-appearance: none;
202-
-moz-appearance: none;
203-
appearance: none;
204-
border-radius: 0.25rem;
205-
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
206-
}
207-
.form-control:focus {
208-
color: #212529;
209-
background-color: #fff;
210-
border-color: #86b7fe;
211-
outline: 0;
212-
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
213-
}
188+
/* Options */
214189

215190
fieldset {
216191
float: left;

manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "odinochka",
3-
"version": "1.1.2",
2+
"name": "Odinochka",
3+
"version": "2.0.0",
44
"description": "Open source tab vault",
55
"permissions": [
66
"alarms",

screenshots/odinochka-screen-01.png

55.1 KB
Loading

screenshots/odinochka-screen-02.png

58 KB
Loading

0 commit comments

Comments
 (0)