mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-08-11 09:16:23 -04:00
Small change to mobile styling
This commit is contained in:
parent
024552f2df
commit
e72ccc4988
@ -73,8 +73,7 @@ class Filter:
|
||||
|
||||
# Update logo
|
||||
logo = soup.find('a', {'class': 'l'})
|
||||
if logo is not None and self.mobile:
|
||||
logo.insert(0, 'Shoogle')
|
||||
if logo and self.mobile:
|
||||
logo['style'] = 'display:flex; justify-content:center; align-items:center; color:#685e79; font-size:18px;'
|
||||
|
||||
# Replace hrefs with only the intended destination (no "utm" type tags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user