Merge pull request #9977 from nextcloud/settings-padding
No more extra padding for the app settings
This commit is contained in:
commit
2e36069e24
|
@ -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 {
|
||||||
|
|
||||||
/* 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 {
|
||||||
|
|
Loading…
Reference in New Issue