Elektrikell.ee content in one row to properly fit the content on wide, but short displays, for example Raspberry Pi display shields.
www.elektrikell.ee content in one row by Lybrica
Details
AuthorLybrica
LicenseNo License
Categorywww.elektrikell.ee
Created
Updated
Code size747 B
Code checksumae16d70e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.elektrikell.ee
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Elektrikell.ee content in one row to properly fit the content on wide, but short displays, for example Raspberry Pi display shields.
@author Lybrica
==/UserStyle== */
@-moz-document url-prefix("https://www.elektrikell.ee/") {
/* xpath = //*//*[@id="root"]/main/div[2]/div[1]*/
#root > main > div:nth-child(2) > div:nth-child(1) > div {
margin-top: 2rem;
}
/* xpath = //*[@id="root"]/main/div[1]/div/div[2]/div */
#root > main > div:nth-child(1) > div > div:nth-child(2) > div {
height: 280px !important;
}
#root > main {
flex-direction: row;
}
}