Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
some UI fixes for the release_info
Browse files Browse the repository at this point in the history
  • Loading branch information
tahnik committed Oct 8, 2017
1 parent a2a247f commit c99f4a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions app/src/res/sass/modules/common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c99f4a0

Please sign in to comment.