File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
app/src/main/java/com/capyreader/app/ui/articles/detail Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ package com.capyreader.app.ui.articles.detail
2
2
3
3
import androidx.compose.foundation.ScrollState
4
4
import androidx.compose.foundation.layout.Column
5
- import androidx.compose.foundation.layout.Spacer
6
5
import androidx.compose.foundation.layout.fillMaxSize
7
6
import androidx.compose.foundation.layout.fillMaxWidth
8
- import androidx.compose.foundation.layout.height
9
7
import androidx.compose.foundation.layout.wrapContentHeight
10
8
import androidx.compose.foundation.verticalScroll
11
9
import androidx.compose.runtime.Composable
@@ -20,7 +18,6 @@ import androidx.compose.runtime.saveable.rememberSaveable
20
18
import androidx.compose.runtime.setValue
21
19
import androidx.compose.ui.Modifier
22
20
import androidx.compose.ui.layout.onGloballyPositioned
23
- import androidx.compose.ui.unit.dp
24
21
import com.capyreader.app.common.Media
25
22
import com.capyreader.app.common.rememberTalkbackPreference
26
23
import com.capyreader.app.preferences.AppPreferences
@@ -117,7 +114,6 @@ fun ScrollableWebView(webViewState: WebViewState) {
117
114
.wrapContentHeight(),
118
115
state = webViewState,
119
116
)
120
- Spacer (modifier = Modifier .height(120 .dp))
121
117
}
122
118
}
123
119
}
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ ul:has(img) {
242
242
243
243
#article-body-content {
244
244
line-height : var (--article-line-height );
245
- margin -bottom : 20 vh ;
245
+ padding -bottom : 6 rem ;
246
246
max-width : 40rem ;
247
247
248
248
img {
You can’t perform that action at this time.
0 commit comments