mirror of
				https://github.com/Crazyco-xyz/48hr.email.git
				synced 2025-11-04 15:26:33 +01:00 
			
		
		
		
	Some more minor design updates
This commit is contained in:
		
							parent
							
								
									e79d1bad49
								
							
						
					
					
						commit
						3016f0fc34
					
				
					 2 changed files with 10 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,7 +6,9 @@ body {
 | 
				
			||||||
    min-height: 100vh;
 | 
					    min-height: 100vh;
 | 
				
			||||||
    background-color: #131516;
 | 
					    background-color: #131516;
 | 
				
			||||||
    color: #cccccc;
 | 
					    color: #cccccc;
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
main {
 | 
					main {
 | 
				
			||||||
    flex: 1; /* keep footer at the bottom */
 | 
					    flex: 1; /* keep footer at the bottom */
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -129,3 +131,8 @@ input, textarea, select, select:active, select:focus, select:hover {
 | 
				
			||||||
    flex: 1;
 | 
					    flex: 1;
 | 
				
			||||||
    font-size: 1.3rem;
 | 
					    font-size: 1.3rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.mail_attachments {
 | 
				
			||||||
 | 
					    width: 80%;
 | 
				
			||||||
 | 
					    padding-left:10%
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,7 +44,8 @@
 | 
				
			||||||
        <div class="mail_body"></div>
 | 
					        <div class="mail_body"></div>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
    {% if mail.attachments %}
 | 
					    {% if mail.attachments %}
 | 
				
			||||||
    <div class="mail_attachments">
 | 
					    <div class="mail_attachments" >
 | 
				
			||||||
 | 
					    <p>Download your attachments: (SoonTM) 
 | 
				
			||||||
        {% for attachment in mail.attachments %}
 | 
					        {% for attachment in mail.attachments %}
 | 
				
			||||||
            <a href="">📎 {{ attachment.filename }}</a>
 | 
					            <a href="">📎 {{ attachment.filename }}</a>
 | 
				
			||||||
            {#
 | 
					            {#
 | 
				
			||||||
| 
						 | 
					@ -53,6 +54,7 @@
 | 
				
			||||||
                very basic, like regular links look. maybe a paperclip icon
 | 
					                very basic, like regular links look. maybe a paperclip icon
 | 
				
			||||||
            #}
 | 
					            #}
 | 
				
			||||||
        {% endfor %}
 | 
					        {% endfor %}
 | 
				
			||||||
 | 
					    </p>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue