1
0

restore editor right border on desktop

This commit is contained in:
Nicola Clark 2024-10-12 23:56:50 -05:00
parent eadaaa25ba
commit 353a093516
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C

View File

@ -21,5 +21,9 @@
&.hidden { &.hidden {
display: none; display: none;
} }
@media screen and (min-width: @sizes[lg]) {
border-right: 2px solid @color-dark;
}
} }
</style> </style>