Now remove these explicit border-boxes.
This commit is contained in:
parent
cac18b76d0
commit
23cdd4dc2b
2 changed files with 0 additions and 2 deletions
|
@ -147,7 +147,6 @@ pre
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
top: 34px;
|
top: 34px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
box-sizing: border-box;
|
|
||||||
width: var(--size_sticky_side);
|
width: var(--size_sticky_side);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: var(--color_site_transparency);
|
background-color: var(--color_site_transparency);
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
.album_card_thumbnail
|
.album_card_thumbnail
|
||||||
|
|
Loading…
Reference in a new issue