styles: fix menu spacing and make tag list scrollable

This commit is contained in:
Antonella Sgarlatta
2021-05-05 14:42:33 -03:00
parent 514cc8c051
commit 323bc34ed6
3 changed files with 18 additions and 9 deletions

View File

@@ -45,6 +45,11 @@
margin-bottom: 0.5rem;
}
.py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.outline-none {
outline: none;
}
@@ -94,10 +99,6 @@
max-width: 265px;
}
.h-32px {
height: 32px;
}
.h-1px {
height: 1px;
}
@@ -106,6 +107,14 @@
height: 2.5rem;
}
.max-h-80 {
max-height: 20rem;
}
.overflow-y-scroll {
overflow-y: scroll;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.