mirror of
https://github.com/mue/mue.git
synced 2026-06-11 19:18:57 +02:00
fix: Photoinformation padding inconsistency
This commit is contained in:
@@ -358,7 +358,7 @@
|
||||
|
||||
.photoInformation-content {
|
||||
line-height: 2em;
|
||||
margin-right: 3px;
|
||||
padding-right: 10px;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
|
||||
@@ -7,9 +7,8 @@ import { MdSettings } from 'react-icons/md';
|
||||
// import Todo from './buttons/Todo';
|
||||
// import Apps from './buttons/Apps';
|
||||
|
||||
import { Notes, Todo, Apps, Refresh } from './components';
|
||||
import { Notes, Todo, Apps, Refresh, Maximise } from './components';
|
||||
|
||||
import Maximise from '../background/Maximise';
|
||||
import { Tooltip } from 'components/Elements';
|
||||
import EventBus from 'utils/eventbus';
|
||||
|
||||
|
||||
@@ -86,4 +86,4 @@ class Maximise extends PureComponent {
|
||||
}
|
||||
}
|
||||
|
||||
export default Maximise;
|
||||
export { Maximise as default, Maximise };
|
||||
@@ -2,3 +2,4 @@ export * from './Apps';
|
||||
export * from './Notes';
|
||||
export * from './Todo';
|
||||
export * from './Refresh';
|
||||
export * from './Maximise';
|
||||
|
||||
Reference in New Issue
Block a user