Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jun 7, 2022
1 parent 85a98ee commit 4c24fdc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
42 changes: 32 additions & 10 deletions css/extension.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@
position: relative;
width:100%;
text-align:left;
max-width: 45rem;
margin: 1rem;
}


Expand Down Expand Up @@ -377,6 +379,7 @@

#extension-bluetoothpairing-list-trackers:not(:empty)::before{
content:'Trackers';
display:block;
width:100%;
font-size: 1.5em;
font-weight:bold;
Expand Down Expand Up @@ -658,27 +661,46 @@
}




@media screen and (max-width: 821px) {
.extension-bluetoothpairing-item{
max-width:none;
}
}


@media screen and (min-width: 1025px) {
#extension-bluetoothpairing-view{

height:100vh;
/*
left:9.6rem;
top: 0;
height:100vh;
/*position:absolute;
position:absolute;
width: calc(100% - 9.6rem);
padding-right:9.6rem;*/
padding-right:9.6rem;
*/
}

/*
.extension-bluetoothpairing-list{
display: grid;
grid-template-columns: repeat(auto-fill, 35rem);
grid-gap: 2rem;
}
*/

#extension-bluetoothpairing-content-container{
height:auto;
width: calc(100% - 3rem);
width: 100%;
max-width:120rem;
}

/*
.extension-bluetoothpairing-item{
width: calc(50% - 4rem);
margin-left: 2rem;
margin-right: 2rem;
width: 100%;
margin: 0;
}

*/

}

Expand Down
2 changes: 1 addition & 1 deletion js/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
constructor() {
super('bluetoothpairing');
//console.log("Adding bluetoothpairing addon to menu");
this.addMenuEntry('Bluetooth pairing');
this.addMenuEntry('Bluetooth');

this.debug = false;

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
},
"short_name": "Bluetooth",
"version": "0.5.6",
"version": "0.5.7",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down

0 comments on commit 4c24fdc

Please sign in to comment.