some style adjustment for mobile
Massimo Melina committed
Dec 25, 2021 at 10:55 UTC
0bd1b4b5c20c152799398b67d6c5b9473600a466
2 files changed
+17
-5
frontend/src/index.scss
+4
-1
@@ -68,7 +68,6 @@ header {
68
border-radius: 0.7em;
69
background-color: #bcd;
70
color: #444;
71
- line-height: 1.6em;
71
72
border-top: 1px solid #666;
73
margin-right: -0.1em;
@@ -127,6 +126,7 @@ ul.dir {
126
127
& button {
128
margin: 0.1em;
129
+ font-size: 1.1em;
130
}
131
& button label {
132
cursor: inherit;
@@ -139,4 +139,7 @@ ul.dir {
139
140
@media (max-width: 50em) {
141
#menu-bar button:nth-child(1n+2) label { display: none } /* icons only */
142
+ .breadcrumb .icon {
143
+ font-size:24px;
144
+ }
145
}
todo.md
+13
-4
@@ -1,13 +1,22 @@
1
# To do
2
+- user should be able to inherit from another a group (another user)
3
+- file sorting
4
+- let user change password (need dialogs)
5
+- folders before?
6
+- upload
7
- log file
3
-- throttle speed
8
+- config: port
9
+- config: mime
10
+- node.comment
11
+- streamable zip archives (no compression, resumable?)
12
+- config: max speed (total/per-ip)
13
+- config: max connections (total/per-ip)
14
+- config: bans
15
+- config: min disk space
16
- frontend: dialogs
17
- frontend: don't depend on cdn
18
- webdav?
7
-- streamable zip archives (no compression, resumable?)
19
- vfs: ability to remove/hide/rename files deep in a source
9
-- let user change password
10
-- user should be able to inherit from another a group (another user)
20
- administration interface
21
- login without passing clear text password?
22
we could use asymmetric encryption, possibly on a hashed password, that means