This commit is contained in:
Mo Bitar
2019-10-08 14:10:18 -05:00
parent cea268a1e0
commit 0a8bc98725
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
angular.module('app')
.constant('appVersion', '3.0.16')
.constant('appVersion', '3.0.17')
;

View File

@@ -56,6 +56,7 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
> .tag-icon {
width: 10px;
@@ -87,8 +88,7 @@
}
> .count {
position: absolute;
right: 17px;
padding-right: 4px;
padding-top: 1px;
font-weight: bold;
color: var(--sn-stylekit-neutral-color);

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.16",
"version": "3.0.17",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.16",
"version": "3.0.17",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",