diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index bae01327c..127ce8584 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -2463,33 +2463,13 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar { /* #endregion */ -/* - * Keyframes - */ - -/* #region keyframes */ - -@keyframes highlight-folder-row { - 0% { - transform: scale(1) - } - - 50% { - transform: scale(.95) - } - - 100% { - transform: scale(1) - } -} - /* #endregion */ /* - * TODO: Tablet Layout + * Tablet Layout */ -/* #region (todo) tablet layout */ +/* #region tablet layout */ @media screen and (min-width: 800px) and (max-width: 1024px) { #rl-app #rl-left { @@ -2511,4 +2491,24 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar { } } -/* #endregion */ \ No newline at end of file +/* #endregion */ + +/* + * Keyframes + */ + +/* #region keyframes */ + +@keyframes highlight-folder-row { + 0% { + transform: scale(1) + } + + 50% { + transform: scale(.95) + } + + 100% { + transform: scale(1) + } +} \ No newline at end of file