1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Fix new screen button placement

This commit is contained in:
Andrew Kingston 2020-12-04 14:52:40 +00:00
parent 244451ca7b
commit 8e2f5b379c

View file

@ -61,9 +61,13 @@
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
position: relative;
}
.title i {
font-size: 20px;
position: absolute;
top: 0;
right: 0;
}
.title i:hover {
cursor: pointer;