diff --git a/src/components/navigation/SidebarBase.tsx b/src/components/navigation/SidebarBase.tsx
index d1646f95..bc682c8a 100644
--- a/src/components/navigation/SidebarBase.tsx
+++ b/src/components/navigation/SidebarBase.tsx
@@ -14,7 +14,7 @@ export const GenericSidebarBase = styled.div<{
mobilePadding?: boolean;
}>`
height: 100%;
- width: 236px;
+ width: 232px;
display: flex;
flex-shrink: 0;
flex-direction: column;
diff --git a/src/components/navigation/left/ServerSidebar.tsx b/src/components/navigation/left/ServerSidebar.tsx
index 6c6b68ce..19e74a73 100644
--- a/src/components/navigation/left/ServerSidebar.tsx
+++ b/src/components/navigation/left/ServerSidebar.tsx
@@ -32,7 +32,7 @@ interface Props {
const ServerBase = styled.div`
height: 100%;
- width: 236px;
+ width: 232px;
display: flex;
flex-shrink: 0;
flex-direction: column;
diff --git a/src/pages/RevoltApp.tsx b/src/pages/RevoltApp.tsx
index 41f31980..4438e4f3 100644
--- a/src/pages/RevoltApp.tsx
+++ b/src/pages/RevoltApp.tsx
@@ -62,7 +62,7 @@ export default function App() {
}
rightPanel={
!inSpecial && inChannel
- ? { width: 240, component: }
+ ? { width: 236, component: }
: undefined
}
bottomNav={{
diff --git a/src/pages/settings/Settings.module.scss b/src/pages/settings/Settings.module.scss
index d7c776c7..97e0f3d0 100644
--- a/src/pages/settings/Settings.module.scss
+++ b/src/pages/settings/Settings.module.scss
@@ -199,6 +199,12 @@
margin: 14px 0;
}
+ /*a {
+ &:hover {
+ text-decoration: underline;
+ }
+ }*/
+
h1 {
margin: 0;
line-height: 1rem;