1,396
edits
mNo edit summary |
mNo edit summary |
||
Line 37: | Line 37: | ||
} | } | ||
.img-responsive{ | .img-responsive { | ||
max-width:100%; | |||
height:auto; | |||
} | } | ||
Line 87: | Line 87: | ||
} | } | ||
#n-telegram: | #n-telegram span { | ||
visibility: hidden; | |||
position: relative; | |||
font-size: 0; /* Remove space that text might occupy */ | |||
} | |||
#n-telegram span::before { | |||
content: ""; | |||
display: inline-block; | |||
visibility: visible; | |||
background-image: url('https://bgforge.net/assets/logo/telegram_full.svg'); | |||
background-repeat: no-repeat; | |||
width: 130px; | |||
height: 20px; | |||
} | } | ||
#mw-panel .portal .body li#n-telegram { | #mw-panel .portal .body li#n-telegram { | ||
font-size: 0em; | font-size: 0em; |