[Android] Remote access: add padding to the bottom of the main content

Nicolas Pomepuy git at videolan.org
Wed Feb 28 10:33:47 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 12 09:27:37 2024 +0100| [ca56aae3cac50bd2392ef8560ecc92974520ad8b] | committer: Nicolas Pomepuy

Remote access: add padding to the bottom of the main content

> https://code.videolan.org/videolan/vlc-android/commit/ca56aae3cac50bd2392ef8560ecc92974520ad8b
---

 buildsystem/network-sharing-server/src/App.vue | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/buildsystem/network-sharing-server/src/App.vue b/buildsystem/network-sharing-server/src/App.vue
index 4ffc9c4b05..b9b2e18855 100644
--- a/buildsystem/network-sharing-server/src/App.vue
+++ b/buildsystem/network-sharing-server/src/App.vue
@@ -201,6 +201,11 @@ export default {
 </script>
 
 <style>
+
+main {
+  padding-bottom: 48px;
+}
+
 ::-webkit-scrollbar {
   height: 5px;
   width: 5px;



More information about the Android mailing list