* Nemo minimal fix 2.

pull/539/head
Megax 2016-08-29 16:02:15 +02:00
parent 822b97f9cc
commit 8a74b16251
1 changed files with 6 additions and 0 deletions

View File

@ -61,6 +61,12 @@
/* Status Bar */
grid {
> widget:last-child {
button {
min-height: 16px;
min-width: 16px;
padding: ($spacing - 1px);
}
button:first-child {
margin-left: 20px;
}