We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e8e93 commit 99a4dafCopy full SHA for 99a4daf
packages/ord-connect/src/components/SelectWalletModal/style.css
@@ -191,11 +191,20 @@
191
padding: 16px 16px 8px 16px;
192
border: 0px;
193
margin-bottom: 0px;
194
- border-radius: 20px 20px 20px 20px;
+ border-radius: 20px;
195
/* repace with below border-radius once unisat is supported on mobile devices */
196
/* border-radius: 20px 20px 0px 0px; */
197
}
198
199
+@media screen and (min-width: 1080px) {
200
+ .ord-connect-wallet-modal .wallet-option-button:first-child {
201
+ padding: 16px 16px 8px 16px;
202
+ border: 0px;
203
+ margin-bottom: 0px;
204
+ border-radius: 20px 20px 0px 0px;
205
+ }
206
+}
207
+
208
.ord-connect-wallet-modal .wallet-option-button:nth-of-type(2) {
209
210
0 commit comments