disable logo background in compact view

This commit is contained in:
nklhrstv 2022-02-15 15:47:40 +02:00
parent 8ea1548593
commit 7e6256d4f5

View file

@ -12,6 +12,9 @@
.meta-info-container {
.logo, .logo-placeholder {
width: 100%;
}
.logo {
background-color: @color-surface-dark5-10;
}