File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 67
67
}
68
68
69
69
.round-img {
70
+ position : relative;
70
71
width : 60px ;
71
72
height : 60px ;
72
73
border-radius : 50% ;
@@ -75,6 +76,12 @@ body {
75
76
object-position : center;
76
77
background : rgba (0 , 0 , 0 , 0 );
77
78
border : 3px solid var (--active-color );
79
+ transition : transform 0.1s ;
80
+ }
81
+
82
+ .round-img : hover {
83
+ z-index : 10 ;
84
+ transform : scale (1.5 );
78
85
}
79
86
80
87
.round-img .session-exam {
@@ -94,7 +101,7 @@ body {
94
101
.empty-exam-host {
95
102
fill : var (--exam-inactive-color );
96
103
color : var (--exam-inactive-color );
97
- transform : scale (1.5 );
104
+ transform : scale (1.3 );
98
105
}
99
106
100
107
.empty-host-drag {
@@ -106,7 +113,7 @@ body {
106
113
.dead-host {
107
114
fill : var (--danger-color );
108
115
color : var (--danger-color );
109
- transform : scale (2 );
116
+ transform : scale (1.5 );
110
117
}
111
118
112
119
.download-button {
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ calcMapSettings window { class, orientation } =
145
145
Phone ->
146
146
case orientation of
147
147
Portrait ->
148
- Clustermap . MapSettings height width 40 12
148
+ Clustermap . MapSettings height width 42 12
149
149
150
150
Landscape ->
151
151
Clustermap . MapSettings height width 26 8
@@ -161,18 +161,18 @@ calcMapSettings window { class, orientation } =
161
161
Desktop ->
162
162
case orientation of
163
163
Portrait ->
164
- Clustermap . MapSettings height width 45 15
164
+ Clustermap . MapSettings height width 48 15
165
165
166
166
Landscape ->
167
- Clustermap . MapSettings height width 45 15
167
+ Clustermap . MapSettings height width 48 15
168
168
169
169
BigDesktop ->
170
170
case orientation of
171
171
Portrait ->
172
- Clustermap . MapSettings height width 60 20
172
+ Clustermap . MapSettings height width 55 20
173
173
174
174
Landscape ->
175
- Clustermap . MapSettings height width 60 20
175
+ Clustermap . MapSettings height width 55 20
176
176
177
177
178
178
update : Msg -> Model -> ( Model , Cmd Msg )
You can’t perform that action at this time.
0 commit comments