mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:04:23 +01:00
feat(share): improve webview layout
This commit is contained in:
parent
d62aecc551
commit
6322ca11c9
@ -54,17 +54,25 @@ body:not(.math-loaded) .math-tex {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
body.type-webView #main {
|
||||
max-width: unset;
|
||||
}
|
||||
body.type-webView {
|
||||
#main {
|
||||
max-width: unset;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body.type-webView #content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
#content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
iframe.webview {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
iframe.webview {
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user