Thks to many of you, I’ve got a cleaner screen with no Top titles, hamburger, nor tab icons bar. Breathing app…
And a full pitch black background instead of the grey that comes with the dark mode theme.
But, there’s a blank left that shows the default grey background.
It’s not the image (the fedora “Indiana Jones / Humphrey Bogart” / Any Private Agent hat) that I can move down, it does not change this PB.
How can I best “cover” this title spot with black.
<div class="box">
<p class="bece">
<img src="https://storage.googleapis.com/glide-prod.appspot.com/uploads-v2/sbbqGI52PLBEQsjYZhMY/pub/kqCrmhXmHdMtnq2hZmn7.png">
Bienvenue<br><br>
Je suis Sharon, <br>
Agent privé du PM.<br><br>
Ma Mission : Ton Autonomisation. <br>
<br>
Ainsi qu’à tous les Product People <br>
en recherche d’amélioration continue. <br><br>
Je suis 1 asset, 1 actif, <br>
1 bien dont les utilisateurs s’approprient<br>
tout au long de leur cycle de vie Produits. <br>
</p>
</div>
<style>
body{
margin: 0;
padding: 0;
}
.box{
position: fixed;
top:0;
width:101%;
margin-left:-4.5%;
height:850px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: linear-gradient(to bottom, white, #ccc) !important;
}
The future “glowing floating button”, not yet working:
Yes, it is. It’s working as preview in @Uzo Code Book. (My colors are just for testing purposes, as I can’t manage to see them yet). Thks, Uzo, BTW
But I only copied the CSS so that you can identify if there’s sth conflicting with the background.
Thks Luther, well there’s no search activated on this tab, since it’s not even possible in the options.
It’s the 1st tab of my app (and I intend to hide it from the tab icons menu once you open that door).
But the search is activated elsewhere in the app.
The builder looks fine. It’s on the mobile that the issue occurs.
Anyway, thks for the trouble. I can consider other options. Like the full screen background image if it’s the workaround. Or revert to the theme’s grey for this screen.
Maybe the pb will disappear once I optimize the title bar with
You know what?
I put 0em and it’s working! (4em was a thin row, so I “made an educated guess”, as Malkovitch would say)
You’re awesome, thanks so much
SOLVED