Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2021-12-14 17:20:49 +0300
committerweru <fromweru@gmail.com>2021-12-14 17:20:49 +0300
commit153714b2b9a68493fce404bb01b338f2ac4d1d5f (patch)
treec4b351e4134ae4df6b370618f97f93025e7913e5
parent847d1b0a6d6e5c8a0921a072e9c15330d846daa0 (diff)
update
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--assets/sass/_base.sass3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index fc4c997..4498eb9 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -120,14 +120,15 @@ hr
.aside
overflow-y: auto
background: var(--bg)
- padding: 1rem 1.5rem
border-radius: 0.25rem
align-self: start
max-height: 80vh
position: sticky
z-index: 9999
top: 0.25rem
+ padding: 1rem 0
@media screen and (min-width: 42rem)
+ padding: 1rem 1.5rem
top: 2.5rem
margin-top: 1rem
padding-top: 0