fix style

pull/5/head
Septs 2022-08-07 21:27:06 +08:00
parent 1de4f66ec5
commit 0e6a45a909
No known key found for this signature in database
GPG Key ID: 6C253909AE7FC3A4
2 changed files with 4 additions and 3 deletions

View File

@ -21,8 +21,9 @@ figure.audio-player audio {
figure.image { figure.image {
border: $padding-1 solid var(--gray-200); border: $padding-1 solid var(--gray-200);
border-radius: $border-radius; border-radius: $border-radius;
overflow: hidden;
img[data-thumbnail] { img[data-thumbnail] {
border-top-left-radius: $border-radius;
border-top-right-radius: $border-radius;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
} }

View File

@ -1,2 +1,2 @@
$menu-width: 18rem; $menu-width: 18.5rem;
$toc-width: 18rem; $toc-width: 18.5rem;