mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Set Portal preview size
no refs. - made Portal preview size a bit bigger
This commit is contained in:
parent
28a2caec98
commit
0a33f97fb1
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user