Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6030)

Unified Diff: chrome/browser/resources/bluetooth_internals/bluetooth_internals.css

Issue 2640073004: bluetooth: Add descriptor list to DeviceDetailsPage on internals page. (Closed)
Patch Set: Add comment to differentiate descriptor return value Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
diff --git a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
index 2020f695a648b4bb123c89738ec0aeb0acd32577..154b20cf08662d45abcdff7b8f26d6f081e5db4d 100644
--- a/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
+++ b/chrome/browser/resources/bluetooth_internals/bluetooth_internals.css
@@ -367,13 +367,6 @@ table .removed {
visibility: visible;
}
-/* Adapter Page */
-@media screen and (min-width: 601px) {
- #adapter {
- display: flex;
- }
-}
-
/* Object Fieldset */
.object-fieldset .status {
align-items: center;

Powered by Google App Engine
This is Rietveld 408576698