mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Update screen size limit for tags
This commit is contained in:
parent
1965c939b6
commit
10afbca9b0
@ -1043,7 +1043,7 @@ define([
|
||||
if (toggleClicked) { return; }
|
||||
let visible = $tags.is(':visible');
|
||||
// Small screen and visible: hide
|
||||
if ($(window).width() < 500) {
|
||||
if ($(window).width() < 600) {
|
||||
if (visible) {
|
||||
$(tags).show();
|
||||
toggle();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user