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:
@@ -382,11 +382,14 @@ onUnmounted(() => {
|
||||
position: absolute;
|
||||
width: 56px;
|
||||
height: 100%;
|
||||
|
||||
& + .body {
|
||||
left: 56px;
|
||||
width: calc(100% - 56px);
|
||||
}
|
||||
}
|
||||
|
||||
> .body {
|
||||
left: 56px;
|
||||
width: calc(100% - 56px);
|
||||
padding: 4px;
|
||||
|
||||
> .header {
|
||||
|
||||
Reference in New Issue
Block a user