show file info and also fix a ui bug with file screen
This commit is contained in:
@@ -93,4 +93,36 @@ LoadingIndicator {
|
||||
#readme {
|
||||
border: panel $surface;
|
||||
margin: 1 0 0 1;
|
||||
}
|
||||
|
||||
#file-screen {
|
||||
#file-commit {
|
||||
Static {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
padding: 0 1;
|
||||
margin-bottom: 1;
|
||||
border: tall $surface;
|
||||
}
|
||||
|
||||
#file-info {
|
||||
Static {
|
||||
width: auto;
|
||||
height: 3;
|
||||
content-align: center middle;
|
||||
}
|
||||
|
||||
Button {
|
||||
max-width: 5;
|
||||
}
|
||||
|
||||
Right {
|
||||
layout: horizontal;
|
||||
}
|
||||
|
||||
padding: 0 1;
|
||||
margin: 0 1 1 1;
|
||||
background: $surface;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user