details: https://code.tryton.org/tryton/commit/4d0f9b9009fb
branch: default
user: Cédric Krier <[email protected]>
date: Thu Apr 02 23:47:00 2026 +0200
description:
Remove padding on menu and tabs on small screen
Once the menu has 100% width, the padding must be removed otherwise the
tabs
can still be visible.
diffstat:
sao/src/sao.less | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c02fc1c935ad -r 4d0f9b9009fb sao/src/sao.less
--- a/sao/src/sao.less Thu Apr 02 23:45:51 2026 +0200
+++ b/sao/src/sao.less Thu Apr 02 23:47:00 2026 +0200
@@ -224,7 +224,7 @@
}
}
-@media screen and (max-width: @screen-xs-max) {
+@media screen and (max-width: @screen-sm-max) {
#menu, #tabs {
padding-left: 0;
padding-right: 0;