Pārlūkot izejas kodu

CSS edit for current tag badge

master
The Dod 1 gadu atpakaļ
vecāks
revīzija
e077b8afb3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      mymastotag.py

+ 1
- 1
mymastotag.py Parādīt failu

@@ -26,7 +26,7 @@ def my_masto_tag(lang, instance, user, tag):
26 26
         for link in soup.find_all('a'):
27 27
             link['target'] = '_blank'
28 28
             if link.text.lower()==hashtag:
29
-                link['class'] = ['badge', 'bg-info', 'text-decoration-none']
29
+                link['class'] = ['badge', 'rounded-pill', 'text-bg-info', 'text-decoration-none']
30 30
             else:
31 31
                 link['class'] = ['link-info', 'text-decoration-none']
32 32
         e['description'] = str(soup)

Notiek ielāde…
Atcelt
Saglabāt