merge: fix url preview spacing for very narrow viewports (!852)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/852 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
a723ece4b6
1 changed files with 5 additions and 2 deletions
|
@ -382,11 +382,14 @@ onUnmounted(() => {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
& + .body {
|
||||||
|
left: 56px;
|
||||||
|
width: calc(100% - 56px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
left: 56px;
|
|
||||||
width: calc(100% - 56px);
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
> .header {
|
> .header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue