From 87215506feb6b55ec15499057de356ea4749dabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 1 Jul 2023 14:53:40 +0000 Subject: [PATCH] refactor: Cleanup --- .../v/0.0.0/themes/NextcloudV25+/styles.css | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) 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