This commit is contained in:
parent
bf66b301ae
commit
8b7bedbf0b
1 changed files with 4 additions and 1 deletions
|
@ -129,11 +129,14 @@ body {
|
||||||
|
|
||||||
.platform-icon.mobile-only {
|
.platform-icon.mobile-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 4px;
|
bottom: 0;
|
||||||
right: 4px;
|
right: 4px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
background-color: var(--background);
|
||||||
|
padding: 0.3rem 0.1rem;
|
||||||
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-info {
|
.user-info {
|
||||||
|
|
Loading…
Add table
Reference in a new issue