mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 05:45:14 +00:00
Event little UI fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8158fe43ff
commit
085679b207
2 changed files with 7 additions and 2 deletions
|
@ -35,7 +35,7 @@ div.eventMetadataBlock {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.padding-left {
|
&.padding-left {
|
||||||
padding-left: 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1395,7 +1395,7 @@ div.sidebar {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
background: white;
|
background: white;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
padding: 2rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.address-wrapper {
|
div.address-wrapper {
|
||||||
|
@ -1513,6 +1513,11 @@ div.sidebar {
|
||||||
|
|
||||||
.more-events {
|
.more-events {
|
||||||
background: white;
|
background: white;
|
||||||
|
padding: 1rem 1rem 4rem;
|
||||||
|
|
||||||
|
& > .title {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown .dropdown-trigger span {
|
.dropdown .dropdown-trigger span {
|
||||||
|
|
Loading…
Reference in a new issue