Template:BottomNav: Difference between revisions

From Handhelds Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="
<div style="
   max-width: 100%;
   max-width: 100%;
   margin: 0.1em auto;
   margin: 0.1em auto 0.1em auto;   /* small top & bottom margin */
   padding: 0.25em 0.25em;
   padding: 0.25em 0.25em;         /* minimal padding top & bottom */
   border-radius: 10px;
   border-radius: 10px;
   background: linear-gradient(145deg, #ffffff, #f5f5f5);
   background: linear-gradient(145deg, #ffffff, #f5f5f5);
Line 19: Line 19:
     flex-wrap: wrap;
     flex-wrap: wrap;
     justify-content: center;
     justify-content: center;
     align-items: top;
     align-items: flex-start;  /* 'top' is invalid, use 'flex-start' */
     gap: 2em;
     gap: 2em;
   ">
   ">
   {{#if:{{{1|}}}
   {{#if:{{{1|}}}
   |<div style="text-align: center; width: 140px;">
   |<div style="text-align: center; width: 140px;">

Revision as of 06:58, 25 May 2025

   Other Projects at the Handhelds Wiki