mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 20:55:00 +02:00
Fixed responsive web design for tablets
This commit is contained in:
parent
d2e980e9f2
commit
52fcab7506
9
html/.well-known/assetlinks.json
Normal file
9
html/.well-known/assetlinks.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[{
|
||||||
|
"relation": ["delegate_permission/common.handle_all_urls"],
|
||||||
|
"target": {
|
||||||
|
"namespace": "android_app",
|
||||||
|
"package_name": "com.abrendan.micdropmessages",
|
||||||
|
"sha256_cert_fingerprints":
|
||||||
|
["F4:68:84:2F:72:FC:E3:DC:82:A8:AC:73:FA:EA:0D:E9:9D:20:CD:07:D5:91:55:C7:E6:ED:49:9F:61:80:54:84"]
|
||||||
|
}
|
||||||
|
}]
|
@ -14,6 +14,7 @@
|
|||||||
<div id="Main">
|
<div id="Main">
|
||||||
<audio id="Ding" src="new-notification.mp3"> </audio>
|
<audio id="Ding" src="new-notification.mp3"> </audio>
|
||||||
<h1 id="Title"> MicDropMessagesV2</h1>
|
<h1 id="Title"> MicDropMessagesV2</h1>
|
||||||
|
<img id="Logo" src="https://micdropmessages.app/pictures/mdm2logo1.png" alt="Logo">
|
||||||
<p>Welcome to MicDropMessages! This small web-based application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.</p>
|
<p>Welcome to MicDropMessages! This small web-based application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.</p>
|
||||||
<div id="AccessPort">
|
<div id="AccessPort">
|
||||||
<label id="NameLabel"> Username </label>
|
<label id="NameLabel"> Username </label>
|
||||||
|
BIN
html/pictures/andy-holmes-background2_small.jpg
Normal file
BIN
html/pictures/andy-holmes-background2_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1018 KiB |
BIN
html/pictures/mdm2logo1.png
Normal file
BIN
html/pictures/mdm2logo1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 547 KiB |
@ -192,7 +192,7 @@ input{
|
|||||||
color: #ffffff; /* Light text color for contrast */
|
color: #ffffff; /* Light text color for contrast */
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 900px) {
|
||||||
label {
|
label {
|
||||||
width: auto; /* Full width on narrow screens */
|
width: auto; /* Full width on narrow screens */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user