File tree 1 file changed +39
-1
lines changed
src/renderer/src/pages/home/Settings 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
.settings-page
2
2
display : flex
3
3
flex-direction : column
4
- padding : 2rem
4
+ padding : 2rem
5
+ overflow-y : scroll
6
+
7
+ .settings-container
8
+ padding : 2rem
9
+ display : flex
10
+ flex-direction : column
11
+ gap : 1rem
12
+ height : 70vh
13
+ overflow-y : scroll
14
+
15
+ .boot-sync
16
+ display : flex
17
+ justify-content : space-between
18
+ align-items : center
19
+
20
+ .boot-entries
21
+ display : flex
22
+ gap : 2rem
23
+ flex-wrap : wrap
24
+
25
+ .boot-entry
26
+ width : 9.5rem
27
+ height : 9.5rem
28
+ display : flex
29
+ align-items : center
30
+ justify-content : center
31
+ flex-direction : column
32
+ background-color : rgba(28 , 33 , 36 , 0.3 )
33
+ border : 1px solid #585858
34
+ border-radius : 1rem
35
+ cursor : not-allowed
36
+
37
+ img
38
+ width : 3rem
39
+ height : 3rem
40
+
41
+ & :hover
42
+ background-color : rgba(154 , 58 , 58 , 0.3 )
You can’t perform that action at this time.
0 commit comments