Fixed icon size for img tags in nav bar

This commit is contained in:
Fabio Manganiello 2022-03-28 16:00:18 +02:00
parent f6ce0d7200
commit e1e6da9307
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
9 changed files with 16 additions and 11 deletions

View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>platypush</title><script defer="defer" type="module" src="/static/js/chunk-vendors.5adf1720.js"></script><script defer="defer" type="module" src="/static/js/app.d6abfa92.js"></script><link href="/static/css/chunk-vendors.5cf89a0c.css" rel="stylesheet"><link href="/static/css/app.eb89565a.css" rel="stylesheet"><script defer="defer" src="/static/js/chunk-vendors-legacy.6835b8d0.js" nomodule></script><script defer="defer" src="/static/js/app-legacy.cf5de084.js" nomodule></script></head><body><noscript><strong>We're sorry but platypush doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>platypush</title><script defer="defer" type="module" src="/static/js/chunk-vendors.5adf1720.js"></script><script defer="defer" type="module" src="/static/js/app.0dae3de1.js"></script><link href="/static/css/chunk-vendors.5cf89a0c.css" rel="stylesheet"><link href="/static/css/app.98684a1b.css" rel="stylesheet"><script defer="defer" src="/static/js/chunk-vendors-legacy.cc8c0644.js" nomodule></script><script defer="defer" src="/static/js/app-legacy.6139138d.js" nomodule></script></head><body><noscript><strong>We're sorry but platypush doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

View File

@ -282,6 +282,11 @@ nav {
.icon {
margin-right: 0;
& img {
width: 1.25em;
height: 1.25em;
}
}
@media screen and (max-width: $tablet) {