Skip to content

Commit e7d9311

Browse files
authored
Merge pull request #1010 from PaulRosset/save-notification
Adjust notification HotKeyTab
2 parents 4078645 + c97c65b commit e7d9311

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

browser/main/modals/PreferencesModal/ConfigTab.styl

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,17 @@
6767
text-align right
6868
:global
6969
.alert
70-
font-size 12px
71-
line-height 30px
72-
padding 0 5px
73-
float right
70+
display inline-block
71+
position absolute
72+
top 60px
73+
right 15px
74+
font-size 14px
75+
.success
76+
color green
77+
.error
78+
color red
79+
80+
7481

7582
.group-control-leftButton
7683
colorDefaultButton()

0 commit comments

Comments
 (0)