mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Limit to apps list, add proper flex attributes
Let app-name headline break, increase padding on the right for more visual clearance. Make experimental header full width Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
@@ -384,14 +384,21 @@ span.version {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
flex-wrap: wrap;
|
||||
align-content: flex-start;
|
||||
}
|
||||
.section {
|
||||
#apps-list .section {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
flex: 1 0 330px;
|
||||
margin: 0;
|
||||
padding-right: 50px;
|
||||
}
|
||||
#apps-list .section.apps-experimental {
|
||||
flex-basis: 90%;
|
||||
}
|
||||
.section h2.app-name {
|
||||
margin-bottom: 8px;
|
||||
display: inline;
|
||||
}
|
||||
.followupsection {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user