File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
apps/desktop/src/components
packages/ui/src/styles/utility Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 45
45
target =" _blank"
46
46
underline ={false }
47
47
externalIcon ={false }
48
- class =" text-13 text-semibold text-clr2" ><Icon name =" doc" /> GitButler Docs</Link
48
+ class =" text-13 text-semibold text-clr2 gap-2 " ><Icon name =" doc" /> GitButler Docs</Link
49
49
>
50
50
<Link
51
51
href =" https://github.com/gitbutlerapp/gitbutler"
52
52
target =" _blank"
53
53
underline ={false }
54
54
externalIcon ={false }
55
- class =" text-13 text-semibold text-clr2" ><Icon name =" github" /> Source Code</Link
55
+ class =" text-13 text-semibold text-clr2 gap-2 " ><Icon name =" github" /> Source Code</Link
56
56
>
57
57
<Link
58
58
href =" https://discord.com/invite/MmFkmaJ42D"
59
59
target =" _blank"
60
60
underline ={false }
61
61
externalIcon ={false }
62
- class =" text-13 text-semibold text-clr2 gap-4 " ><Icon name =" discord" /> Join Community</Link
62
+ class =" text-13 text-semibold text-clr2 gap-2 " ><Icon name =" discord" /> Join Community</Link
63
63
>
64
64
</div >
65
65
</div >
Original file line number Diff line number Diff line change @@ -87,25 +87,25 @@ pre {
87
87
}
88
88
89
89
.gap-1 {
90
- gap : 4px ;
90
+ gap : 4px !important ;
91
91
}
92
92
93
93
.gap-2 {
94
- gap : 8px ;
94
+ gap : 8px !important ;
95
95
}
96
96
97
97
.gap-3 {
98
- gap : 12px ;
98
+ gap : 12px !important ;
99
99
}
100
100
101
101
.gap-4 {
102
- gap : 16px ;
102
+ gap : 16px !important ;
103
103
}
104
104
105
105
.gap-5 {
106
- gap : 20px ;
106
+ gap : 20px !important ;
107
107
}
108
108
109
109
.gap-6 {
110
- gap : 24px ;
110
+ gap : 24px !important ;
111
111
}
You can’t perform that action at this time.
0 commit comments