From c99f4a0619429d2dee075d4e9ff868b94e7013e3 Mon Sep 17 00:00:00 2001 From: Tahnik Mustasin Date: Sun, 8 Oct 2017 18:44:48 +0100 Subject: [PATCH] some UI fixes for the release_info --- app/src/res/sass/modules/common.sass | 12 +++++++----- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/src/res/sass/modules/common.sass b/app/src/res/sass/modules/common.sass index e8d02e92..85c922e1 100644 --- a/app/src/res/sass/modules/common.sass +++ b/app/src/res/sass/modules/common.sass @@ -20,15 +20,17 @@ $post_comment_height: 13rem margin: 0px 2px -3px 2px .release_info_container - padding: 0.1rem + padding: 0 0.5rem 0 2rem color: white + height: 100% + overflow-y: scroll + display: flex + justify-content: center + align-items: flex-start .release_info - padding: 1.5rem + padding: 0 1.5rem 1rem 1.5rem border-radius: 5px background-color: #515270 - max-width: 800px - margin-left: auto - margin-right: auto img width: 100% border-radius: 6px diff --git a/package-lock.json b/package-lock.json index e1d4aeca..bf6e13ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "devrantron", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b3d46cf..5f9b74ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devrantron", - "version": "1.4.0", + "version": "1.4.1", "main": "./build/app/app.js", "description": "An open source cross platform desktop application for devRant", "scripts": {