changed Fedi link and icon, optimized css .link-each-image
This commit is contained in:
parent
c0d6e19bb7
commit
b6ae8ee477
|
@ -376,13 +376,15 @@ display-imagebody,html{
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-each-image{
|
.link-each-image{
|
||||||
width:3em;
|
width: auto;
|
||||||
height:43px;
|
max-width: 3em;
|
||||||
|
height: auto;
|
||||||
|
max-height: 3em;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:9px;
|
left:9px;
|
||||||
-o-object-fit: cover;
|
-o-object-fit: cover;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-logo{
|
.page-logo{
|
||||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue