Toby Chui 1 рік тому
батько
коміт
c131fd763f

+ 1 - 1
web/SystemAO/desktop/personalization.html

@@ -59,7 +59,7 @@
         </style>
     </head>
     <body>
-        <div class="ui tabular menu" style="position:fixed; top:0em; left:0px; width: 100%;">
+        <div class="ui small tabular menu" style="position:fixed; top:0em; left:0px; width: 100%;">
             <div class="active item" data-tab="wallpaper" locale="menu/wallpaper">Wallpaper</div>
             <div class="item" data-tab="sound" locale="menu/sound">Sound</div>
             <div class="item" data-tab="theme" locale="menu/theme">Theme</div>

+ 5 - 0
web/SystemAO/disk/samba.html

@@ -293,6 +293,11 @@
                             msgbox("Samba share removed");
                         }
                         initShareListTable();
+
+                        //Reload user smb as well if user is admin and have their shares removed
+                        if (typeof(initSMBActivationStatusOnThisUser) != 'undefined'){
+                            initSMBActivationStatusOnThisUser();
+                        }
                     }
                 })
             }

+ 22 - 2
web/login.system

@@ -153,6 +153,27 @@
         user-select: none;
         cursor: not-allowed;
     }
+
+    .loginLogo{
+        margin-top: 4em;
+    }
+
+    @media (orientation: landscape) and (max-height: 599px) {
+        .rightLoginFrame{
+            width: calc(100% - 10em) !important;
+            margin-left: 5em;
+            margin-right: 5em;
+            margin-top: 0;
+            height: 100%;
+            overflow-y: auto;
+            border-radius: 0;
+        }
+        
+        .loginLogo{
+            margin-top: 1.2em;
+        }
+    }
+
     </style>
     </head>
     <body>
@@ -160,8 +181,7 @@
             
         </div>
         <div id="loginInterface" class="rightLoginFrame">
-            <br><br><br>
-            <img class="ui medium image" src="data:image/png;base64, {{service_logo}}">
+            <img class="ui medium image loginLogo" src="data:image/png;base64, {{service_logo}}">
 
             <div class="ui borderless basic segment">
                 <p>Sign in to <span class="hostname">ArozOS</span> with your username and password</p>

+ 2 - 0
web/mobile.system

@@ -145,6 +145,8 @@
 
             #windowButtonWrapper{
                 padding-top:6px;
+                max-height: calc(100% - 4em);
+                overflow-y: auto;
             }
 
             .floatWindowButton{