Private
Public Access
1
0

new: usr: add beta logo to the corner #3

This commit is contained in:
2019-10-27 16:36:14 +01:00
parent 3bbc96c76c
commit c909c036a3
7 changed files with 16 additions and 1 deletions

10
assets/css/style.scss Normal file
View File

@@ -0,0 +1,10 @@
.mine-beta {
position: fixed;
top: 0;
right: 0;
width: 150px;
z-index: 4;
transform: rotate(90deg);
}