mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Validate uniqueness of tags and ignore global tag duplicates
This commit is contained in:
@@ -57,15 +57,23 @@
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: 3px;
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
background: $darkgrey;
|
||||
color: $offwhite;
|
||||
font-family: monospace;
|
||||
|
||||
&.true {
|
||||
height: auto;
|
||||
transition: height 0.4s;
|
||||
transition: height 0.4s, margin 0.4s;
|
||||
}
|
||||
|
||||
&.false {
|
||||
height: 0;
|
||||
transition: height 0.4s;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
transition: height 0.4s, margin 0.4s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user