3.0.17
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
angular.module('app')
|
angular.module('app')
|
||||||
|
|
||||||
.constant('appVersion', '3.0.16')
|
.constant('appVersion', '3.0.17')
|
||||||
|
|
||||||
;
|
;
|
||||||
@@ -56,6 +56,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
> .tag-icon {
|
> .tag-icon {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@@ -87,8 +88,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .count {
|
> .count {
|
||||||
position: absolute;
|
padding-right: 4px;
|
||||||
right: 17px;
|
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--sn-stylekit-neutral-color);
|
color: var(--sn-stylekit-neutral-color);
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.0.16",
|
"version": "3.0.17",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.0.16",
|
"version": "3.0.17",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user