mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-29 22:31:29 +01:00
set widths are only for english
This commit is contained in:
parent
090c9ecf50
commit
438ccd0f9e
@ -80,12 +80,12 @@ button.link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.add-buttons {
|
||||
body[class*='lang-en'] .add-buttons {
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.add-buttons {
|
||||
body[class*='lang-en'] .add-buttons {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,8 @@
|
||||
closeButton = $('#close-button');
|
||||
|
||||
// i18n
|
||||
$('body').addClass('lang-' + chrome.i18n.getUILanguage());
|
||||
|
||||
$('#logo-link').attr('title', chrome.i18n.getMessage('appName'));
|
||||
closeButton.attr('title', chrome.i18n.getMessage('close'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user