bitwarden-estensione-browser/src/popup/scss/environment.scss

9 lines
158 B
SCSS
Raw Normal View History

@import "variables.scss";
html.browser_firefox, html.browser_edge {
body {
width: 320px !important;
height: 568px !important;
}
}