Adjust space between buttons in the home page
This commit is contained in:
@@ -396,7 +396,7 @@ body.html {
|
||||
margin: 2px 0px;
|
||||
cursor: pointer;
|
||||
&.half {
|
||||
width: ~"calc(50% - 4px)";
|
||||
width: ~"calc(50% - 2px)";
|
||||
&:not(.first) {
|
||||
float: right;
|
||||
}
|
||||
@@ -445,6 +445,9 @@ p.buttons, div.buttons {
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.dropdown-bar {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
#fileManagerIframe {
|
||||
|
||||
Reference in New Issue
Block a user