mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-23 18:03:44 +03:00
Fix tab captions not fitting on options page in the header
This commit is contained in:
parent
8432bc65de
commit
db4eb6767d
|
@ -54,7 +54,7 @@ export default function getTabPannel({ flags, baseCss }) {
|
|||
.navLabels {
|
||||
background-color: var(--cr-grey-panel);
|
||||
text-align: center;
|
||||
min-width: 24em;
|
||||
min-width: 25em;
|
||||
}
|
||||
.navLabels li label {
|
||||
display: inline-block;
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function append(document, { flags }) {
|
|||
// options page width may be jerking
|
||||
// in size when scrolling is showed.
|
||||
? 'width: 20em'
|
||||
: 'max-width: 24em;' }
|
||||
: 'max-width: 25em;' }
|
||||
}
|
||||
|
||||
/* BASE ELEMENTS */
|
||||
|
|
Loading…
Reference in New Issue
Block a user