Event little UI fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8158fe43ff
commit
085679b207
@ -35,7 +35,7 @@ div.eventMetadataBlock {
|
||||
overflow: hidden;
|
||||
|
||||
&.padding-left {
|
||||
padding-left: 20px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user