Improved comments in CSS
This commit is contained in:
parent
f57cf92f41
commit
1746d8379b
1 changed files with 3 additions and 15 deletions
|
@ -23,13 +23,9 @@ body {
|
||||||
max-inline-size: calc(var(--overflow-size) + 299px);
|
max-inline-size: calc(var(--overflow-size) + 299px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
|
|
||||||
https://github.com/mozilla/multi-account-containers/issues/948
|
|
||||||
*/
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
block-size: 100%;
|
block-size: 100%; /* Bugfix: issue 948 */
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -794,20 +790,12 @@ span ~ .panel-header-text {
|
||||||
padding-inline-start: 16px;
|
padding-inline-start: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
|
|
||||||
https://github.com/mozilla/multi-account-containers/issues/948
|
|
||||||
*/
|
|
||||||
.edit-container-panel .columns {
|
.edit-container-panel .columns {
|
||||||
overflow: hidden;
|
overflow: hidden; /* Bugfix: issue 948 */
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-sites-assigned {
|
#edit-sites-assigned {
|
||||||
/**
|
flex: 1000; /* Bugfix: issue 948 */
|
||||||
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
|
|
||||||
https://github.com/mozilla/multi-account-containers/issues/948
|
|
||||||
*/
|
|
||||||
flex: 1000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-sites-assigned h3 {
|
#edit-sites-assigned h3 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue