Skip to content
Snippets Groups Projects
Unverified Commit bb1b6c89 authored by John Molakvoæ's avatar John Molakvoæ
Browse files

No more extra padding for the app settings

parent a4b5ff84
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,6 @@ kbd { ...@@ -84,7 +84,6 @@ kbd {
float: left; float: left;
box-sizing: border-box; box-sizing: border-box;
background-color: var(--color-main-background); background-color: var(--color-main-background);
padding-bottom: 44px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
...@@ -640,11 +639,8 @@ kbd { ...@@ -640,11 +639,8 @@ kbd {
/* settings area */ /* settings area */
#app-settings { #app-settings {
position: fixed; // To the bottom w/ flex
width: 250px; margin-top: auto;
/* change to 100% when layout positions are absolute */
bottom: 0;
z-index: 140;
&.open, &.open,
&.opened { &.opened {
#app-settings-content { #app-settings-content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment