Skip to content

Commit 515d736

Browse files
committed
Better default width
1 parent c5a2800 commit 515d736

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
border-radius: 4px;
2626
opacity: 0;
2727
transition: opacity .4s;
28+
width: calc(100% - 4rem);
2829
}
2930
#snippet {
3031
overflow: hidden;
@@ -35,6 +36,7 @@
3536
padding-bottom: 22px;
3637
border-radius: 5px;
3738
box-shadow: rgba(0, 0, 0, 0.55) 0px 20px 68px;
39+
width: calc(100% - 8rem);
3840
}
3941
#snippet > div > div {
4042
display: flex;

0 commit comments

Comments
 (0)