mirror of
https://github.com/dergigi/boris.git
synced 2025-12-28 20:14:36 +01:00
style: remove padding from collapsed sidebar buttons for flush alignment
This commit is contained in:
@@ -216,7 +216,7 @@ body {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
padding: 0.5rem 0 0 0.5rem;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
@@ -1230,7 +1230,7 @@ body {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
padding: 0.5rem 0 0 0.5rem;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user