diff --git a/shared/css/static/modal-bookmarks.scss b/shared/css/static/modal-bookmarks.scss index 7b3679cb..69186daa 100644 --- a/shared/css/static/modal-bookmarks.scss +++ b/shared/css/static/modal-bookmarks.scss @@ -7,6 +7,7 @@ .bookmark-list { flex-grow: 1; flex-shrink: 1; + min-height: 75px; display: flex; flex-direction: column; @@ -56,17 +57,55 @@ flex-grow: 0; flex-shrink: 0; + display: flex; + justify-content: space-between; + flex-direction: row; + margin-top: 5px; text-align: right; button { margin-left: 5px; } + + + .button-large { + display: block; + } + + .button-small { + display: none; + } } - .group_box:not(:first-of-type) { - flex-grow: 0; - flex-shrink: 0; + @media (max-width: 1000px) { + .buttons { + .button-large { + display: none; + } + + .button-small { + display: block; + } + } + } + + .group_box { + flex-shrink: 1; + + .header { + flex-grow: 0; + flex-shrink: 0; + } + + + &.gb-settings { + overflow-y: auto; + } + + &.gb-list { + min-height: 100px; /* 25px header + 75px body */ + } } .bookmark-setting { diff --git a/shared/html/templates.html b/shared/html/templates.html index 5e202983..9263f51a 100644 --- a/shared/html/templates.html +++ b/shared/html/templates.html @@ -2880,7 +2880,7 @@