mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
fix: side borders being shown when screen width is smaller than 1720
This commit is contained in:
committed by
Mungai Njoroge
parent
6fb9c0fc4a
commit
52cec1d906
@@ -82,3 +82,8 @@ $g-border: solid 1px $gray5;
|
||||
// margin-right: -1rem;
|
||||
// }
|
||||
}
|
||||
|
||||
#app-grid.NoSideBorders {
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user