Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r--core/css/mobile.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index f3b89ddb48c..116d174989c 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -1,16 +1,5 @@
@media only screen and (max-width: 768px) {
-#body-login #header {
- padding-top: 10px;
-}
-
-#body-login .wrapper {
- display: flex;
- flex-direction: row;
- align-self: center;
- align-items: center;
-}
-
/* do not show update notification on mobile */
#update-notification {
display: none !important;