mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
fix: some style issues caused by the new visibility badge component
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 0.35em;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@@ -68,9 +69,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .links-count {
|
& .links-count {
|
||||||
color: $grey;
|
min-width: fit-content;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
color: $grey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .content {
|
& .content {
|
||||||
width: 100%;
|
width: calc(100% - 24px);
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.35em;
|
gap: 0.35em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
border: 1px solid rgba($color: $blue, $alpha: 0.75);
|
border: 1px solid rgba($color: $blue, $alpha: 0.75);
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
padding: 0.15em 0.65em;
|
padding: 0.15em 0.65em;
|
||||||
margin-left: 0.5em;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.35em;
|
gap: 0.35em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user