CoolFace
Apppublic

R3333eeeeeee/mailsnatch-mobile-email-app

sourceHugging Faceopenrailupdated 11mo agoView on Hugging Face
0likes
style.css19 linesDownload Raw Back to root
1/* Arabic font for better RTL support */2@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');3 4body {5    font-family: 'Tajawal', sans-serif;6    min-height: 100vh;7    display: flex;8    flex-direction: column;9}10 11/* RTL specific adjustments */12[dir="rtl"] .feather {13    transform: scaleX(-1);14}15 16/* Form styling */17input, select {18    text-align: right;19}