File tree Expand file tree Collapse file tree 2 files changed +7
-34
lines changed
apps/web/src/lib/components Expand file tree Collapse file tree 2 files changed +7
-34
lines changed Original file line number Diff line number Diff line change 15
15
{#if ! markOnly }
16
16
<span class =" logo-text" >GitButler</span >
17
17
{/if }
18
- <div class =" logo-mark" >
18
+ <div class ="logo-mark" class:mark-only ={ markOnly } >
19
19
<svg
20
20
width =" 100%"
21
21
height =" 100%"
42
42
font-family : var (--fontfamily-accent );
43
43
}
44
44
45
- .logo-mark ,
46
- .logo-ghost {
45
+ .logo-mark {
47
46
display : flex;
48
47
width : 28 px ;
49
48
height : 100 % ;
50
- margin-top : 5 px ;
49
+
50
+ &:not (.mark-only ) {
51
+ margin-top : 5 px ;
52
+ }
51
53
}
52
54
</style >
Original file line number Diff line number Diff line change 13
13
{#if markOnly }
14
14
<GitbutlerLogoLink markOnly />
15
15
{:else }
16
- <GitbutlerLogoLink />
16
+ <GitbutlerLogoLink markOnly />
17
17
<HeaderAuthSection />
18
18
{/if }
19
19
</nav >
26
26
padding-bottom : 24 px ;
27
27
gap : 16 px ;
28
28
}
29
-
30
- .logo {
31
- display : flex;
32
- align-items : center;
33
- overflow : hidden;
34
- gap : 12 px ;
35
- }
36
-
37
- .logo-mark {
38
- display : flex;
39
- width : 28 px ;
40
- height : 100 % ;
41
- margin-top : 5 px ;
42
- }
43
-
44
- .logo-text {
45
- font-size : 44 px ;
46
- line-height : 1 ;
47
- font-family : var (--fontfamily-accent );
48
- }
49
-
50
- /* MODIFIERS */
51
- :global (.navigation .hidden-on-desktop) {
52
- display : none;
53
-
54
- @media (--mobile-viewport ) {
55
- display : block;
56
- }
57
- }
58
29
</style >
You can’t perform that action at this time.
0 commit comments