update 2022-06-03 20:16:06

This commit is contained in:
github-actions[bot] 2022-06-03 20:16:06 +08:00
parent 74c493de18
commit 227f67459a
4 changed files with 41 additions and 39 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aliyundrive-webdav
PKG_VERSION:=1.3.3
PKG_VERSION:=1.4.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=MIT

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-aliyundrive-webdav
PKG_VERSION:=1.3.3
PKG_VERSION:=1.4.0
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

File diff suppressed because one or more lines are too long

View File

@ -2694,34 +2694,32 @@ td>.ifacebadge,
.network-status-table {
display: flex;
flex-wrap: wrap;
}
.network-status-table .ifacebox {
.ifacebox {
flex-grow: 1;
border-radius: 4px;
overflow: hidden;
margin: 0 1.25rem 1rem 1.25rem;
}
}
.network-status-table .ifacebox-body {
.ifacebox-body {
display: flex;
flex-direction: column;
height: 100%;
gap: 0.5em;
}
.network-status-table .ifacebox-body>span {
>span {
flex: 10 10 auto;
height: 100%;
}
}
.network-status-table .ifacebox-body>div {
>div {
display: flex;
flex-wrap: wrap;
gap: .5rem;
}
height: 100%;
}
.network-status-table .ifacebox-body .ifacebadge {
.ifacebadge {
align-items: center;
flex: 1 1 auto;
min-width: 220px;
@ -2729,10 +2727,14 @@ td>.ifacebadge,
background-color: #fff;
>span {
height: 100%;
align-self: flex-start;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
/* textarea */