File tree 2 files changed +5
-3
lines changed
Nitefox.Client.Shared/Shared
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ static void Main(string[] args)
25
25
26
26
// customize window
27
27
app . MainWindow
28
+ . SetMinWidth ( 650 )
29
+ . SetMinHeight ( 700 )
28
30
. SetContextMenuEnabled ( false )
29
31
. SetIconFile ( "nitefox_icon.ico" )
30
32
. SetTitle ( "Nitefox" ) ;
Original file line number Diff line number Diff line change 10
10
<MudSnackbarProvider />
11
11
12
12
<MudLayout >
13
- <MudAppBar Gutters =" false" Elevation =" 0" Class =" p-0 m-0 flex" >
13
+ <MudAppBar Gutters =" false" Elevation =" 0" Class =" p-0 m-0 flex flex-row " >
14
14
<div class =" flex opacity-0 flex-row my-auto mx-3 align-self-end rounded-lg bg-[#1f1f1f] active:bg-[#1a1a1a] p-3 text-white" hidden >
15
15
<svg xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" class =" w-5 h-5" >
16
16
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M9 15L3 9m0 0l6-6M3 9h12a6 6 0 010 12h-3" />
17
17
</svg >
18
18
</div >
19
- <div class =" fixed w-full h-full flex" >
19
+ <div class =" fixed w-full flex" >
20
20
<MudImage Class =" flex h-10 mx-auto my-auto" Src =" images/nitefox-logo.svg" ></MudImage >
21
21
</div >
22
- <div class =" fixed w-full h-full flex" >
22
+ <div class =" fixed w-full flex" >
23
23
<MudSpacer />
24
24
@if (NavigationManager .Uri .EndsWith (" settings" ))
25
25
{
You can’t perform that action at this time.
0 commit comments