mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 13:42:51 +00:00
30 lines
295 B
SCSS
Executable File
30 lines
295 B
SCSS
Executable File
.xcode {
|
|
header, aside {
|
|
display: none;
|
|
}
|
|
|
|
.container {
|
|
padding: 0;
|
|
}
|
|
|
|
article {
|
|
margin-top: 0;
|
|
|
|
#content {
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.method-info {
|
|
&, .section-method.hide & {
|
|
max-height: auto;
|
|
overflow: visible;
|
|
|
|
&.hiding {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|