Added country and birthday filters to actors page.
This commit is contained in:
@@ -43,7 +43,7 @@ defineProps({
|
||||
|
||||
<style scoped>
|
||||
.countries:not(:last-child) {
|
||||
border-bottom: solid 1px var(--shadow-hint);
|
||||
border-bottom: solid 1px var(--shadow-weak-30);
|
||||
}
|
||||
|
||||
.country {
|
||||
@@ -53,12 +53,12 @@ defineProps({
|
||||
overflow: hidden;
|
||||
|
||||
.flag {
|
||||
width: 2rem;
|
||||
padding: .25rem .5rem;
|
||||
width: 1.5rem;
|
||||
padding: .25rem .25rem .25rem .5rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
padding: .25rem .5rem;;
|
||||
padding: .25rem .6rem;
|
||||
fill: var(--shadow);
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user