mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
moebius#339: Make it possible to add cookies, local and session storage entries
Issue #31 https://github.com/MoonchildProductions/moebius/pull/339
This commit is contained in:
parent
e688e88257
commit
6d865bfda3
13 changed files with 309 additions and 43 deletions
|
|
@ -32,6 +32,20 @@
|
|||
min-width: 250px;
|
||||
}
|
||||
|
||||
#storage-toolbar .add-button::before {
|
||||
margin: 0;
|
||||
background-image: url("chrome://devtools/skin/images/add.svg");
|
||||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
#storage-toolbar .devtools-button {
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
#storage-toolbar .devtools-button hbox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Responsive sidebar */
|
||||
@media (max-width: 700px) {
|
||||
#storage-tree,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue