Small css update for non-square icons

This commit is contained in:
Wruczek 2017-10-22 21:18:39 +02:00
parent 9e293b45a9
commit fccb3d8f33
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ p, a {
/* Force 16px icon size after TeamSpeak update 3.1.5 */ /* Force 16px icon size after TeamSpeak update 3.1.5 */
.ts3_viewer img, .adminlist img { .ts3_viewer img, .adminlist img {
width: 16px width: 16px;
height: 16px;
} }
/* ****** */ /* ****** */