Fixed icon clipping where container icons are displayed. Added override for website favicons (listed in active container)
This commit is contained in:
parent
d0f7fc35a4
commit
bcd3aaeb92
1 changed files with 6 additions and 1 deletions
|
@ -712,7 +712,7 @@ h3.title {
|
||||||
.menu-icon {
|
.menu-icon {
|
||||||
display: block;
|
display: block;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
inline-size: 16px;
|
inline-size: 23px;
|
||||||
margin-block-end: 4px;
|
margin-block-end: 4px;
|
||||||
margin-block-start: 4px;
|
margin-block-start: 4px;
|
||||||
margin-inline-end: 8px;
|
margin-inline-end: 8px;
|
||||||
|
@ -720,6 +720,11 @@ h3.title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Maintain 1:1 square ratio for Favicons of websites added to a specific container */
|
||||||
|
#container-info-table .menu-icon {
|
||||||
|
inline-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.menu-right-float {
|
.menu-right-float {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
inline-size: 60px;
|
inline-size: 60px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue