mirror of https://github.com/readrops/Readrops.git
Improve webview top margin
This commit is contained in:
parent
d0b5fa6866
commit
e89eb4f0de
|
@ -143,7 +143,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@id/activity_item_details_layout"
|
android:layout_below="@id/activity_item_details_layout"
|
||||||
android:layout_marginTop="6dp" />
|
android:layout_marginTop="15dp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1, p, div {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue