We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c465c commit 5cfd4f1Copy full SHA for 5cfd4f1
_sass/base/_rtl.scss
@@ -144,6 +144,17 @@ html[dir='rtl'] {
144
}
145
146
147
+ /* Panel */
148
+ .access {
149
+ section {
150
+ padding-left: 0;
151
+ padding-right: 1rem;
152
+
153
+ border-left: none;
154
+ border-right: 1px solid var(--main-border-color);
155
+ }
156
157
158
/* Posts */
159
h1,
160
h2,
0 commit comments