File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
packages/special-pages/pages/duckplayer/src/assets Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ body {
108
108
padding : 12px ;
109
109
padding-top : 24px ;
110
110
height : 32px ;
111
+ display : flex;
111
112
}
112
113
113
114
@media (prefers-reduced-motion) {
@@ -122,15 +123,14 @@ body.faded .toolbar {
122
123
}
123
124
124
125
.logo {
125
- float : left;
126
126
font-style : normal;
127
127
font-weight : 600 ;
128
128
color : # ffffff ;
129
- margin-top : 4px ;
129
+ display : flex;
130
+ align-items : center;
130
131
}
131
132
132
133
.dax-icon {
133
- margin-bottom : -7px ;
134
134
margin-right : 5px ;
135
135
}
136
136
@@ -195,15 +195,14 @@ body.faded .toolbar {
195
195
}
196
196
197
197
.options {
198
- float : right;
198
+ margin-left : auto;
199
+ display : flex;
200
+ align-items : center;
199
201
}
200
202
201
203
.setting-container {
202
- position : absolute;
203
- right : 207px ;
204
204
overflow : hidden;
205
205
white-space : nowrap;
206
- margin : 8px ;
207
206
margin-right : 0 ;
208
207
width : 299px ;
209
208
}
You can’t perform that action at this time.
0 commit comments