mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
core: Make RSS-Bridge more usable via mobile devices
Adds styles for display sizes smaller than 768px where elements are currently hardly usable. Note that RSS-Bridge is not designed for mobile use, but some users may want to try things on their mobile phone before using it in real life applications. Resolves #796
This commit is contained in:
@@ -96,3 +96,20 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
||||
button:hover {
|
||||
background: #49afff;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
|
||||
section {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
width: 40%;
|
||||
padding: 5px auto;
|
||||
margin: 3px auto 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user