1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 20:01:10 +00:00

optimized css style

This commit is contained in:
shanshuirenjia
2019-04-29 21:11:58 +08:00
parent a0f4b2d044
commit 20c183c2b3

View File

@@ -87,10 +87,6 @@
min-height: 0;
}
.org-users-container div:last-child, .org-logs-container div:last-child {
height: calc(100% - 20px);
}
.cur-view-path {
position: relative; /* for the ':after' */
padding: 8px 16px;
@@ -174,7 +170,8 @@
}
/* for reach/router */
.reach-router[role=group] {
.reach-router[role=group],
div[tabindex="-1"][role="group"] {
display: flex;
flex: 1;
flex-direction: column;