mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 20:55:00 +02:00
Somewhat fixed the bottom
This commit is contained in:
parent
3737ce838a
commit
30f3ea974d
@ -23,15 +23,18 @@
|
|||||||
|
|
||||||
.Message{
|
.Message{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#Main{
|
#Main{
|
||||||
|
min-height: 94.5vh; /* Stretch to fill the viewport height */
|
||||||
padding: 20px; /* Padding added to the main content area */
|
padding: 20px; /* Padding added to the main content area */
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */
|
backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */
|
||||||
background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */
|
background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#Title{
|
#Title{
|
||||||
font-size: 300%;
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user