Skip to content

Commit

Permalink
Merge pull request #9977 from nextcloud/settings-padding
Browse files Browse the repository at this point in the history
No more extra padding for the app settings
  • Loading branch information
rullzer authored Jun 25, 2018
2 parents ef0d500 + bb1b6c8 commit 2e36069
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ kbd {
float: left;
box-sizing: border-box;
background-color: var(--color-main-background);
padding-bottom: 44px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down Expand Up @@ -640,11 +639,8 @@ kbd {

/* settings area */
#app-settings {
position: fixed;
width: 250px;
/* change to 100% when layout positions are absolute */
bottom: 0;
z-index: 140;
// To the bottom w/ flex
margin-top: auto;
&.open,
&.opened {
#app-settings-content {
Expand Down

0 comments on commit 2e36069

Please sign in to comment.