Set Portal preview size

no refs.
- made Portal preview size a bit bigger
This commit is contained in:
Peter Zimon 2020-07-22 09:54:17 +02:00
parent 3155e6091d
commit af1a17c461
1 changed files with 3 additions and 3 deletions

View File

@ -263,8 +263,8 @@
pointer-events: none;
border-radius: 5px;
border: 1px solid var(--whitegrey);
transform: scale(0.9) !important;
transform: scale(0.95) !important;
transform-origin: 0 0;
width: calc((1 / 0.9) * 100%) !important;
height: calc((1 / 0.9) * 100%) !important;
width: calc((1 / 0.95) * 100%) !important;
height: calc((1 / 0.95) * 100%) !important;
}