mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
added importing and exporting saves with base64
This commit is contained in:
+8
-1
@@ -55,7 +55,14 @@ div#header {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.deleteSave:hover, .share:hover {
|
||||
.manualSave {
|
||||
position: absolute;
|
||||
right: 120px;
|
||||
bottom: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.deleteSave:hover, .share:hover, .manualSave:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user