Skip to content

Commit

Permalink
Minor CSS enhancement, bumped version number for rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ransome1 committed Nov 22, 2023
1 parent a444ce4 commit 4e0f117
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion flatpak/com.github.ransome1.sleek.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<developer_name>Robin Ahle</developer_name>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.0.2" date="2023-11-02"/>
<release version="2.0.3-rc.1" date="2023-11-22"/>
</releases>
<url type="homepage">https://github.com/ransome1/sleek</url>
<url type="contact">https://github.com/ransome1/sleek/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion flatpak/com.github.ransome1.sleek.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=2.0.2
Version=2.0.3-rc.1
Name=sleek
Exec=sleek
Type=Application
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sleek",
"version": "2.0.2",
"version": "2.0.3-rc.1",
"main": "./src/main/main.ts",
"scripts": {
"build": "concurrently \"yarn run peggy\" \"yarn run build:main\" \"yarn run build:renderer\"",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sleek",
"version": "2.0.2",
"version": "2.0.3-rc.1",
"description": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"synopsis": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sleek
base: core20
version: "2.0.2"
version: "2.0.3-rc.1"
summary: todo.txt manager for Linux, free and open-source (FOSS)
description: |
sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. Stripped down to only the most necessary features, and with a clean and simple interface, sleek aims to help you focus on getting things done.
Expand Down
8 changes: 4 additions & 4 deletions src/renderer/DataGrid/Row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
padding: 0.1em 0.6em;
border-radius: 0.65em;
}
}
&:first-child {
margin-top: 0;
padding-top: 0;
&:first-child {
margin-top: 0;
padding-top: 0;
}
}
}

Expand Down

0 comments on commit 4e0f117

Please sign in to comment.