-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhide-bid-mode.css
More file actions
26 lines (23 loc) · 801 Bytes
/
hide-bid-mode.css
File metadata and controls
26 lines (23 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
* CSS to hide BID mode UI elements
* This file simply hides the UI elements without affecting underlying functionality
*/
/* Hide BID mode toggle button and BID tokens navigation button */
.bid-mode-section,
#bid-tokens-nav-btn,
.bid-mode-allowed button[data-bot="bid-tokens"],
#bid-ticker-selection,
.bid-ticker-panel,
.bid-mode-button {
display: none !important;
}
/* Neutralize bid-mode-active class to prevent visual side effects */
.sidebar.bid-mode-active {
/* Override any visual changes when BID mode is active without affecting functionality */
background-color: inherit !important;
border-color: inherit !important;
}
/* Hide the default welcome form to prevent it from flashing before the wallet/token page loads */
#default-form {
display: none !important;
}