mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
Improve tag styles
This commit is contained in:
parent
543ef33e85
commit
f7f5e9a08b
@ -26,13 +26,23 @@
|
|||||||
background: white;
|
background: white;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0.25rem 0.125rem;
|
margin: 0.25rem 0.125rem;
|
||||||
padding: 0.125rem 0.5rem;
|
padding: 0.1rem 0.25rem 0.15rem;
|
||||||
|
|
||||||
|
span {
|
||||||
|
margin: 0 0.15rem;
|
||||||
|
}
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.delete-tag {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #333;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
max-width: calc(100% - 1rem);
|
max-width: calc(100% - 1rem);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user