Fix img clipping in news feed

This commit is contained in:
Znote 2021-07-24 05:16:32 +02:00
parent 563fa3a62b
commit ec55497c5a

View File

@ -229,6 +229,9 @@ table, .header, .well, .smedia a {
} }
/* Znote AAC */ /* Znote AAC */
.leftPane img {
max-width: 100%;
}
/* adding button style to select */ /* adding button style to select */
select { select {
background: rgb(15,17,20); background: rgb(15,17,20);