mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-04 13:39:13 -04:00
modify layout for better viewing the own name
This commit is contained in:
parent
2883cdb270
commit
ffc3207d23
3 changed files with 31 additions and 2 deletions
|
@ -357,8 +357,22 @@ x-peer[drop] x-icon {
|
|||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
/* NameHeader */
|
||||
myname {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
align-items: center;
|
||||
padding: 0 0 16px 0;
|
||||
text-align: center;
|
||||
transition: color 300ms;
|
||||
}
|
||||
|
||||
|
||||
myname .font-body3 {
|
||||
color: var(--primary-color);
|
||||
margin: auto 32px;
|
||||
}
|
||||
/* Footer */
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue