1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Tag delete style action updated

This commit is contained in:
Simounet 2022-06-15 09:51:17 +02:00 committed by Jeremy Benoist
parent 086b3dda88
commit e55cb639fc
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
6 changed files with 12 additions and 4 deletions

View file

@ -211,6 +211,10 @@ a.original:not(.waves-effect) {
display: flex;
}
.card-tag-delete {
margin-left: 10px;
}
.card-tag-labels {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));