Skip to content

Commit 3dede4f

Browse files
committed
Update v1.7.7
* Notification is now left
1 parent 4850ba3 commit 3dede4f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.6
1+
1.7.7

fxmanifest.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ games { 'gta5' }
44
author 'Musiker15 - MSK Scripts'
55
name 'msk_core'
66
description 'Core functions for MSK Scripts'
7-
version '1.7.6'
7+
version '1.7.7'
88

99
lua54 'yes'
1010

html/styles.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
.notify-wrapper {
44
position: absolute;
5-
right: 0vh;
6-
top: 0vh;
7-
margin-right: 2vh;
5+
left: 2vh;
6+
top: 10vh;
87
font-size: 1.8vh;
98
font-family: 'Montserrat', sans-serif;
109
}

0 commit comments

Comments
 (0)