mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
chore: optimize ui
This commit is contained in:
@@ -7,6 +7,7 @@ html {
|
||||
body {
|
||||
/* prevent premature breadcrumb wrapping on mobile */
|
||||
min-width: 500px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@@ -17,7 +18,10 @@ body {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
padding: 1em 1em 0;
|
||||
padding: 0.6em 1em;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
@@ -104,7 +108,7 @@ body {
|
||||
}
|
||||
|
||||
.main {
|
||||
padding: 0 1em;
|
||||
padding: 3em 1em 0;
|
||||
}
|
||||
|
||||
.empty-folder {
|
||||
|
||||
Reference in New Issue
Block a user