mirror of
https://github.com/mue/mue.git
synced 2026-07-14 12:34:03 +02:00
feat: finish 5.0 (mostly)
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -15,9 +15,8 @@
|
||||
text-align: center;
|
||||
border-radius: 12px;
|
||||
position: absolute;
|
||||
top: 56%;
|
||||
margin-left: -140px;
|
||||
margin-top: 5px;
|
||||
margin-top: 50px;
|
||||
|
||||
svg {
|
||||
float: left;
|
||||
@@ -43,16 +42,18 @@ textarea {
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 46px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin: 0;
|
||||
cursor: initial;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 16px;
|
||||
cursor: initial;
|
||||
user-select: none;
|
||||
color: rgba(255, 71, 87, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.dark textarea {
|
||||
@@ -79,6 +80,7 @@ textarea {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
transition: transform .2s;
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
|
||||
Reference in New Issue
Block a user