bender@twtxt.net
@darch on “Timeline”, inspect any of the `` tags. Their computed width is 834px. Now go to “Settings”, and inspect any ``. Their computed width is 802px.
The way I see it, this is what causing this specific problem (the commented out padding):
```
.tabs .tab {
order: 99;
width: 100%;
display: none;
/* padding: 1rem; */
}
```
Anyway, I am not a frontend designer.
In reply to: #y463i3a
1 year ago
The way I see it, this is what causing this specific problem (the commented out padding):
```
.tabs .tab {
order: 99;
width: 100%;
display: none;
/* padding: 1rem; */
}
```
Anyway, I am not a frontend designer.