diff options
author | 2021-09-30 22:48:13 +0200 | |
---|---|---|
committer | 2021-10-01 00:53:11 +0200 | |
commit | 79bdb88a5fc099b5871a83d18eadf9b0448b41d1 (patch) | |
tree | d0a8e48dda7649205e08d17c2fa0de938e27a674 /styles/global/_window.scss | |
parent | cf1fbb69d7cdb67219be187fc38feea5a6325f45 (diff) | |
download | my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.tar.gz my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.tar.bz2 my_apps-79bdb88a5fc099b5871a83d18eadf9b0448b41d1.zip |
added favicons & notes route for phone
Diffstat (limited to 'styles/global/_window.scss')
-rw-r--r-- | styles/global/_window.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/styles/global/_window.scss b/styles/global/_window.scss index 9f224a9..7b1c07b 100644 --- a/styles/global/_window.scss +++ b/styles/global/_window.scss @@ -90,6 +90,9 @@ right: 0; bottom: 0; left: 0; + } + + &.window__content { border-bottom-left-radius: .5em; border-bottom-right-radius: .5em; } @@ -100,7 +103,7 @@ } } - .window__submenu { + &__submenu { display: block; height: 2em; width: 100%; @@ -152,9 +155,8 @@ } &__scroll { - height: 100%; + height: calc(100% - 2em); overflow: auto; - padding: 1em; } &__buttons--popup { |