Event little UI fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-14 16:14:17 +02:00
parent 8158fe43ff
commit 085679b207
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 7 additions and 2 deletions

View File

@ -35,7 +35,7 @@ div.eventMetadataBlock {
overflow: hidden;
&.padding-left {
padding-left: 20px;
padding: 0 20px;
}
}
}

View File

@ -1395,7 +1395,7 @@ div.sidebar {
position: sticky;
background: white;
top: 50px;
padding: 2rem;
padding: 1rem;
}
div.address-wrapper {
@ -1513,6 +1513,11 @@ div.sidebar {
.more-events {
background: white;
padding: 1rem 1rem 4rem;
& > .title {
font-size: 1.5rem;
}
}
.dropdown .dropdown-trigger span {