mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
feat(main): style changes and mobile version (#58)
Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,6 @@ const PanelTree = ({ data, activeValues, onSelect, type }) => {
|
||||
<li
|
||||
key={val.title.replace(/ /g, "_")}
|
||||
className="filter-filter active"
|
||||
style={{ marginLeft: "20px" }}
|
||||
>
|
||||
<Checkbox
|
||||
label={val.title}
|
||||
|
||||
@@ -7,6 +7,7 @@ const CardText = ({ title, value, hoverValue = null }) => {
|
||||
<div className="card-cell">
|
||||
{title ? <h4>{title}</h4> : null}
|
||||
<div
|
||||
className="card-cell__text"
|
||||
style={{
|
||||
width: `fit-content`,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user