mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-16 03:40:53 -04:00
feat: adjust sidebar styles for improved spacing and font size
This commit is contained in:
@@ -437,7 +437,7 @@ class Sidebar extends React.Component<SidebarProps, SidebarState> {
|
||||
style={
|
||||
this.props.isCollapsed
|
||||
? {}
|
||||
: { marginLeft: "25px", marginRight: "5px" }
|
||||
: { marginLeft: "20px", marginRight: "15px" }
|
||||
}
|
||||
>
|
||||
<span
|
||||
@@ -446,10 +446,10 @@ class Sidebar extends React.Component<SidebarProps, SidebarState> {
|
||||
this.props.isCollapsed
|
||||
? {
|
||||
position: "relative",
|
||||
marginLeft: "-9px",
|
||||
fontSize: 16,
|
||||
marginLeft: "-0px",
|
||||
fontSize: 14,
|
||||
}
|
||||
: { fontSize: 16 }
|
||||
: { fontSize: 14 }
|
||||
}
|
||||
></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user